All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] enhancements for i40e
@ 2014-06-20  6:14 Helin Zhang
       [not found] ` <1403244889-21358-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 16+ messages in thread
From: Helin Zhang @ 2014-06-20  6:14 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

These patches are enhancements for i40e or relevant. In detail,
they include:
 * fix for getting correct RSS hash result in i40e RX functions.
 * support crc stripping hw offload in VF driver.
 * ignore the failure of updating default filter setting.
 * fix for updating the hash lookup table of PF RSS.
 * disable double vlan by default during initialization.
 * fix for copying wrong size of link info, and remove an
   useless function.
 * rework in testpmd to support displaying different size
   of RX descriptors.

Helin Zhang (7):
  i40e: fix for getting correct RSS hash result
  i40evf: support configuring crc stripping hw offload
  i40e: ignore the failure of updating default filter settings
  i40e: fix for updating the hash lookup table of PF RSS
  i40e: double vlan should be specifically disabled by default
  i40evf: fix for copying wrong size of link info, and remove an useless
    function
  app/testpmd: rework for displaying different size of RX descriptors

 app/test-pmd/config.c                | 77 ++++++++++++++++++++++++------------
 lib/librte_pmd_i40e/i40e_ethdev.c    | 20 ++++++----
 lib/librte_pmd_i40e/i40e_ethdev_vf.c | 32 +++++++--------
 lib/librte_pmd_i40e/i40e_rxtx.c      |  4 +-
 4 files changed, 82 insertions(+), 51 deletions(-)

-- 
1.8.1.4

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

end of thread, other threads:[~2014-06-23  2:29 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-20  6:14 [PATCH 0/7] enhancements for i40e Helin Zhang
     [not found] ` <1403244889-21358-1-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-20  6:14   ` [PATCH 1/7] i40e: fix for getting correct RSS hash result Helin Zhang
2014-06-20  6:14   ` [PATCH 2/7] i40evf: support configuring crc stripping hw offload Helin Zhang
     [not found]     ` <1403244889-21358-3-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-20 14:08       ` Thomas Monjalon
2014-06-23  2:29         ` Zhang, Helin
2014-06-20  6:14   ` [PATCH 3/7] i40e: ignore the failure of updating default filter settings Helin Zhang
     [not found]     ` <1403244889-21358-4-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-20 14:16       ` Thomas Monjalon
2014-06-23  2:21         ` Zhang, Helin
2014-06-20  6:14   ` [PATCH 4/7] i40e: fix for updating the hash lookup table of PF RSS Helin Zhang
2014-06-20  6:14   ` [PATCH 5/7] i40e: double vlan should be specifically disabled by default Helin Zhang
2014-06-20  6:14   ` [PATCH 6/7] i40evf: fix for copying wrong size of link info, and remove an useless function Helin Zhang
     [not found]     ` <1403244889-21358-7-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-20 14:28       ` Thomas Monjalon
2014-06-20  6:14   ` [PATCH 7/7] app/testpmd: rework for displaying different size of RX descriptors Helin Zhang
     [not found]     ` <1403244889-21358-8-git-send-email-helin.zhang-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-06-20 14:34       ` Thomas Monjalon
2014-06-23  1:38         ` Zhang, Helin
2014-06-20  6:23   ` [PATCH 0/7] enhancements for i40e Zhang, Helin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.