[dpdk-dev] [PATCH 4/4 v4] add RX and TX selection function for FVL

2015-10-30 Thread Zhe Tao
To support FVL PMD can select which RX and TX function should be used according to the queue config. Signed-off-by: Zhe Tao --- doc/guides/rel_notes/release_2_2.rst | 4 + drivers/net/i40e/i40e_ethdev.c | 20 +++- drivers/net/i40e/i40e_ethdev.h | 6 ++ drivers/net/i40e/i40e_ethd

[dpdk-dev] [PATCH 4/4 v4] add RX and TX selection function for FVL

2015-10-30 Thread Thomas Monjalon
2015-10-30 22:16, Zhe Tao: > --- a/doc/guides/rel_notes/release_2_2.rst > +++ b/doc/guides/rel_notes/release_2_2.rst > @@ -39,6 +39,10 @@ Drivers >Fixed i40e issue that occurred when a DPDK application didn't initialize >ports if memory wasn't available on socket 0. > > +* **i40e: Add vec