Re: [dpdk-dev] [dpdk-next-net] [PATCH] net/af_packet: fix docs guide

2018-12-20 Thread Ferruh Yigit
On 12/18/2018 7:10 AM, Rami Rosen wrote: > The framecnt option represents a counter (integer) that does not > reflect size. It is somewhat parallel in this sense to the framecount > member of pkt_rx_queue/pkt_tx_queue (or tp_frame_nr in tpacket_req). > This patch removes the size indicator of byte

[dpdk-dev] [dpdk-next-net] [PATCH] net/af_packet: fix docs guide

2018-12-17 Thread Rami Rosen
The framecnt option represents a counter (integer) that does not reflect size. It is somewhat parallel in this sense to the framecount member of pkt_rx_queue/pkt_tx_queue (or tp_frame_nr in tpacket_req). This patch removes the size indicator of bytes ("B") from framecnt in the af_packet guide.