回复: 回复: af_packet can't send packet more than framecnt

2023-03-20 Thread hfli
x27;t send packet more than framecnt On Mon, 20 Mar 2023 19:36:02 +0800 wrote: > Hi, > > The issue has been resolved when I patched new code from dpdk 22.12, > my dpdk version is 19.11 > > Ind

Re: 回复: af_packet can't send packet more than framecnt

2023-03-20 Thread Stephen Hemminger
On Mon, 20 Mar 2023 19:36:02 +0800 wrote: > Hi, > > The issue has been resolved when I patched new code from dpdk 22.12, my dpdk > version is 19.11 > > Index: rte_eth_af_packet.c > === > --- rte_eth_af_packet.c (版本 44115) > +++ rte

回复: af_packet can't send packet more than framecnt

2023-03-20 Thread hfli
-邮件原件- 发件人: h...@netitest.com 发送时间: 2023年3月20日 11:32 收件人: 'dev@dpdk.org' 主题: af_packet can't send packet more than framecnt Hi, I used af_packet interface, but found only can send packets successfully less than framecnt argument. E.g. if I pass “--vdev=eth_af_packet0,iface=ta

af_packet can't send packet more than framecnt

2023-03-19 Thread hfli
Hi, I used af_packet interface, but found only can send packets successfully less than framecnt argument. E.g. if I pass "--vdev=eth_af_packet0,iface=tap0,blocksz=4096,framesz=2048,framecnt=512,qpa irs=1,qdisc_bypass=0" to DPDK, the rte_eth_tx_burst only return 1 for 512 times, after that it alw