[dpdk-dev] [PATCH] net/pcap: fix input only Rx
Ferruh Yigit
ferruh.yigit at intel.com
Fri Oct 9 16:39:43 CEST 2020
On 10/8/2020 12:34 PM, Ferruh Yigit wrote:
> When input only Rx interface argument 'rx_iface_in' provided, current
> code assigns 'eth_null_rx' burst function by mistake and no packet
> received as a result.
> Like in following usage no packets received from physical interface:
> "--vdev net_pcap0,rx_iface_in=eth0,tx_iface=eth0"
>
> Fixing the burst function assignment when 'rx_iface_in' argument is used
>
> Fixes: f14a94591504 ("net/pcap: remove Rx queue argument necessity")
> Cc: stable at dpdk.org
>
> Reported-by: Muthurajan Jayakumar <muthurajan.jayakumar at intel.com>
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
Applied to dpdk-next-net/main, thanks.
More information about the dev
mailing list