Re: [dpdk-dev] [PATCH v3 4/4] net/af_xdp: fix typos in Rx function

2019-04-17 Thread David Marchand
On Wed, Apr 17, 2019 at 11:02 AM Xiaolong Ye wrote: > We should use ETH_AF_XDP_RX_BATCH_SIZE in Rx function rather than > ETH_AF_XDP_TX_BATCH_SIZE. > > Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD") > > Reported-by: David Marchand Signed-off-by: Xiaolong Ye > --- > drivers/net/af_xd

[dpdk-dev] [PATCH v3 4/4] net/af_xdp: fix typos in Rx function

2019-04-17 Thread Xiaolong Ye
We should use ETH_AF_XDP_RX_BATCH_SIZE in Rx function rather than ETH_AF_XDP_TX_BATCH_SIZE. Fixes: f1debd77efaf ("net/af_xdp: introduce AF_XDP PMD") Signed-off-by: Xiaolong Ye --- drivers/net/af_xdp/rte_eth_af_xdp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers