All of lore.kernel.org
 help / color / mirror / Atom feed
* PMD for Cisco VIC Ethernet NIC - Request for guidelines for submission
@ 2014-05-28  6:05 Sujith Sankar (ssujith)
       [not found] ` <CFAB7A96.19CB4%ssujith-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 7+ messages in thread
From: Sujith Sankar (ssujith) @ 2014-05-28  6:05 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Hi all,

We have been working on development of poll-mode driver for Cisco VIC
Ethernet NIC and integration of it with DPDK.  We would like to submit
this poll-mode driver (ENIC PMD) to the DPDK community so that it could be
part of the DPDK tree.

Could someone please provide the guidelines and steps to do this?  As of
now, ENIC PMD is being tested with DPDK 1.6.0r2.  Is it alright to submit
a patch for DPDK 1.6.0r2?

One aspect of ENIC PMD is that it works with VFIO-PCI and not UIO.  Hope
this is acceptable.  The following thread in dpdk-dev influenced this
decision.
http://dpdk.org/ml/archives/dev/2013-July/000373.html

ENIC PMD uses one interrupt per interface and it is used by the NIC for
signalling the driver in case of any error.  Since this does not come in
the fast path, it should be acceptable, isn¹t it?

Please give your suggestions and comments.

Thanks,
-Sujith

^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/2] Fixed/Simplified Ring PMD
@ 2014-07-09 14:35 Pablo de Lara
  2014-07-09 15:20 ` Neil Horman
  0 siblings, 1 reply; 7+ messages in thread
From: Pablo de Lara @ 2014-07-09 14:35 UTC (permalink / raw)
  To: dev-VfR2kkLFssw

Ring PMD library and unit test was modified last release,
causing the unit test to need ring ethdevs to be created
from the command line. This patch simplifies the test
and make it functional with devices created with EAL option vdev.

Also, ring ethdev creation from vdev has been changed, so now
only one device is created for each vdev argument (up to 3 devices
were created). 


Pablo de Lara (2):
  ring_pmd: Removed extra devices creation when passing vdev parameter
  app/test: Simplified ring pmd test

 app/test/test_pmd_ring.c           |  202 +++++++++++++-----------------------
 lib/librte_pmd_ring/rte_eth_ring.c |    3 +-
 2 files changed, 73 insertions(+), 132 deletions(-)

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

end of thread, other threads:[~2014-07-21  3:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-28  6:05 PMD for Cisco VIC Ethernet NIC - Request for guidelines for submission Sujith Sankar (ssujith)
     [not found] ` <CFAB7A96.19CB4%ssujith-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2014-05-28  8:52   ` Burakov, Anatoly
     [not found]     ` <C6ECDF3AB251BE4894318F4E451236976CC9583E-kPTMFJFq+rF9qrmMLTLiibfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-05-29  5:07       ` Sujith Sankar (ssujith)
2014-07-09 14:35 [PATCH 0/2] Fixed/Simplified Ring PMD Pablo de Lara
2014-07-09 15:20 ` Neil Horman
     [not found]   ` <20140709152039.GB5250-bi+AKbBUZKY6gyzm1THtWbp2dZbC/Bob@public.gmane.org>
2014-07-09 20:07     ` PMD for Cisco VIC Ethernet NIC - Request for guidelines for submission Hobywan Kenoby
     [not found]       ` <DUB131-W89D5F38624C5B7B0E0826BC00F0-MsuGFMq8XAE@public.gmane.org>
2014-07-11  7:46         ` Sujith Sankar (ssujith)
     [not found]           ` <CFE59379.1DA7F%ssujith-FYB4Gu1CFyUAvxtiuMwx3w@public.gmane.org>
2014-07-11 13:16             ` Hobywan Kenoby
     [not found]               ` <DUB131-W8895456F861AAA264D4C58C0090-MsuGFMq8XAE@public.gmane.org>
2014-07-21  3:39                 ` Sujith Sankar (ssujith)

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.