Re: [dpdk-dev] [PATCH v5 2/3] net/e1000: e1000 igb support to free consumed buffers

2017-02-27 Thread Lu, Wenzhuo
Hi Billy, > -Original Message- > From: Billy McFall [mailto:bmcf...@redhat.com] > Sent: Saturday, January 28, 2017 2:38 AM > To: thomas.monja...@6wind.com; Lu, Wenzhuo; olivier.m...@6wind.com > Cc: dev@dpdk.org; Billy McFall > Subject: [PATCH v5 2/3] net/e1000: e1000 igb support to free co

Re: [dpdk-dev] [PATCH v5 2/3] net/e1000: e1000 igb support to free consumed buffers

2017-02-27 Thread Thomas Monjalon
2017-01-27 13:37, Billy McFall: > Add support to the e1000 igb driver for the new API to force free > consumed buffers on Tx ring. e1000 igb driver does not implement a > tx_rs_thresh to free mbufs, it frees a slot in the ring as needed, so > a new function needed to be written. > > Signed-off-by:

[dpdk-dev] [PATCH v5 2/3] net/e1000: e1000 igb support to free consumed buffers

2017-01-27 Thread Billy McFall
Add support to the e1000 igb driver for the new API to force free consumed buffers on Tx ring. e1000 igb driver does not implement a tx_rs_thresh to free mbufs, it frees a slot in the ring as needed, so a new function needed to be written. Signed-off-by: Billy McFall --- doc/guides/nics/features