dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/3] add i40e RSS support in VF
@ 2014-09-19  1:14 Helin Zhang
       [not found] ` <1411089280-23595-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Helin Zhang @ 2014-09-19  1:14 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

As hardware supports RSS in VF, the patches add that support
in driver. In addition, minor improvements are added for
defining macro with constant.

v2 changes:
* Remove support of updating/querying redirection table, as it
  will be implemented in another patches later.
* Remove changes in testpmd, as it is not needed at all for
  supporting RSS in VF.

Helin Zhang (3):
  ethdev: improvement for constant usage
  i40e: extern two functions and relevant macros
  i40evf: support of RSS in VF

 lib/librte_ether/rte_ethdev.h        |  47 ++++++------
 lib/librte_pmd_i40e/i40e_ethdev.c    |   4 +-
 lib/librte_pmd_i40e/i40e_ethdev.h    |  40 +++++++++-
 lib/librte_pmd_i40e/i40e_ethdev_vf.c | 142 +++++++++++++++++++++++++++++++++++
 4 files changed, 207 insertions(+), 26 deletions(-)

-- 
1.8.1.4

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-10-20 21:57 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-19  1:14 [PATCH v2 0/3] add i40e RSS support in VF Helin Zhang
     [not found] ` <1411089280-23595-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-09-19  1:14   ` [PATCH v2 1/3] ethdev: improvement for constant usage Helin Zhang
2014-09-19  1:14   ` [PATCH v2 2/3] i40e: extern two functions and relevant macros Helin Zhang
     [not found]     ` <1411089280-23595-3-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-10-17 20:59       ` Thomas Monjalon
2014-10-20  1:11         ` Zhang, Helin
2014-09-19  1:14   ` [PATCH v2 3/3] i40evf: support of RSS in VF Helin Zhang
2014-09-29  1:39   ` [PATCH v2 0/3] add i40e RSS support " Zhan, Zhaochen
2014-10-10  3:10   ` Liang, Cunming
2014-10-11  7:57   ` Zhang, Helin
2014-10-20  2:58   ` [PATCH v3 " Helin Zhang
     [not found]     ` <1413773898-24137-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-10-20  2:58       ` [PATCH v3 1/3] ethdev: improvement for constant usage Helin Zhang
2014-10-20  2:58       ` [PATCH v3 2/3] i40e: extern two functions and relevant macros Helin Zhang
2014-10-20  2:58       ` [PATCH v3 3/3] i40evf: support of RSS in VF Helin Zhang
2014-10-20  6:50       ` [PATCH v3 0/3] add i40e RSS support " Liu, Jijiang
     [not found]         ` <1ED644BD7E0A5F4091CF203DAFB8E4CC01D7FFB7-0J0gbvR4kThpB2pF5aRoyrfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-10-20 21:57           ` Thomas Monjalon
2014-10-20  8:43       ` Liang, Cunming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).