[dpdk-dev] [PATCH v6 5/6] enicpmd: DPDK-ENIC PMD interface

2015-01-30 Thread Wu, Jingjing
Hi, ssujith > -Original Message- > From: Sujith Sankar (ssujith) [mailto:ssujith at cisco.com] > Sent: Tuesday, December 30, 2014 12:46 PM > To: Wu, Jingjing; dev at dpdk.org > Cc: Prasad Rao (prrao) > Subject: Re: [dpdk-dev] [PATCH v6 5/6] enicpmd: DPDK-ENIC PMD inter

[dpdk-dev] [PATCH v6 5/6] enicpmd: DPDK-ENIC PMD interface

2015-01-06 Thread Thomas Monjalon
2014-12-30 04:45, Sujith Sankar: > On 29/12/14 1:45 pm, "Wu, Jingjing" wrote: > >I found that in perfect fdir is also supported in enic driver. > > > >During the R1.8 development, we defined a new dev_ops call filter_ctrl, > >which can be used to control kinds of filters, flow director is included

[dpdk-dev] [PATCH v6 5/6] enicpmd: DPDK-ENIC PMD interface

2014-12-30 Thread Sujith Sankar (ssujith)
On 29/12/14 1:45 pm, "Wu, Jingjing" wrote: >Hi, ssujith > >> +.tx_queue_release = enicpmd_dev_tx_queue_release, >> +.dev_led_on = NULL, >> +.dev_led_off = NULL, >> +.flow_ctrl_get= NULL, >> +.flow_ctrl_set= NULL, >> +.priority_flow_

[dpdk-dev] [PATCH v6 5/6] enicpmd: DPDK-ENIC PMD interface

2014-12-29 Thread Wu, Jingjing
Hi, ssujith > + .tx_queue_release = enicpmd_dev_tx_queue_release, > + .dev_led_on = NULL, > + .dev_led_off = NULL, > + .flow_ctrl_get= NULL, > + .flow_ctrl_set= NULL, > + .priority_flow_ctrl_set = NULL, > + .mac_addr_add =

[dpdk-dev] [PATCH v6 5/6] enicpmd: DPDK-ENIC PMD interface

2014-11-25 Thread Sujith Sankar
Signed-off-by: Sujith Sankar --- lib/librte_pmd_enic/enic_etherdev.c | 613 1 file changed, 613 insertions(+) create mode 100644 lib/librte_pmd_enic/enic_etherdev.c diff --git a/lib/librte_pmd_enic/enic_etherdev.c b/lib/librte_pmd_enic/enic_etherdev.c new f