dev.dpdk.org archive mirror
 help / color / mirror / Atom feed
From: Thomas Monjalon <thomas.monjalon-pdR9zngts4EAvxtiuMwx3w@public.gmane.org>
To: Vladimir Medvedkin <medvedkinv-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: dev-VfR2kkLFssw@public.gmane.org
Subject: Re: [PATCH v2 0/4] NIC filters support for generic filter
Date: Thu, 12 Jun 2014 17:36:31 +0200	[thread overview]
Message-ID: <27520622.tiYQNKLyvh@xps13> (raw)
In-Reply-To: <9BB6961774997848B5B42BEC655768F8A8BBB5-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>

> 2014-06-11 17:45, Thomas Monjalon:
> > My main concern is that Vladimir Medvedkin suggested another API and I'd
> > like you give your opinion about it:
> > 		http://dpdk.org/ml/archives/dev/2014-June/003053.html
> > It offers pool number in configuration of the filters.

2014-06-12 08:08, Wu, Jingjing:
> The pool field is used in virtualization scenario. It is acting as one of
> input set during filter matching in ixgbe. 
> My patch didn't consider the virtualization scenario in generic filter
> feature. Because in 82599 datasheet, it is recommended to assign rx queues
> not used by DCB/RSS, that is virtualization without RSS and DCB mode. For
> this mode, current DPDK version makes the number of queue to 1 by default in
> IOV mode. So in this case it makes no sense make pool as a input set and the
> rx queue also need to be set to in this pool, so just keep the consistent
> with flow director who also ignore it in previous version. 
> And further E1000/Niantic/Fortville have different definitions for VF, we
> need to think how to define it more generic.
> And even just need offer pool number in configuration of the filters as what
> Vladimir did, it also need to verify the interworking with Virtualization
> for different kinds of NICs, and the interworking with DCB and RSS which is
> not recommended in 82599's datasheet.
> So I think it will be a good choice to implement generic filter interworking
> with virtualization in future patch. If there is any volunteer to send patch
> for support this concern later, it will be also cool.

Vladimir, do you agree with this analysis?
As you suggested another implementation, I need you acknowledgment for this 
patchset to be integrated.

Thanks
-- 
Thomas

  parent reply	other threads:[~2014-06-12 15:36 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-24  1:37 [PATCH v2 0/4] NIC filters support for generic filter Jingjing Wu
     [not found] ` <1400895442-32433-1-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-05-24  1:37   ` [PATCH v2 1/4]ethdev: add ethdev APIs for NIC filters of " Jingjing Wu
     [not found]     ` <1400895442-32433-2-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-05-27  7:57       ` Ming, LiX
     [not found]         ` <0976FC66838DDE4585886952506C9436FBA620-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-05-27  9:18           ` Thomas Monjalon
2014-05-24  1:37   ` [PATCH v2 2/4]e1000: add igb NIC filters of generic filter feature Jingjing Wu
     [not found]     ` <1400895442-32433-3-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-05-27  7:59       ` Ming, LiX
2014-05-24  1:37   ` [PATCH v2 3/4]ixgbe: add ixgbe " Jingjing Wu
     [not found]     ` <1400895442-32433-4-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-05-27  8:00       ` Ming, LiX
2014-05-24  1:37   ` [PATCH v2 4/4]app/test-pmd: add commands in testpmd for NIC filters Jingjing Wu
     [not found]     ` <1400895442-32433-5-git-send-email-jingjing.wu-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2014-05-27  8:00       ` Ming, LiX
2014-05-27 23:21   ` [PATCH v2 0/4] NIC filters support for generic filter Thomas Monjalon
2014-05-28  0:53     ` Wu, Jingjing
     [not found]       ` <9BB6961774997848B5B42BEC655768F8A789C6-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-05-28  1:12         ` Wu, Jingjing
     [not found]           ` <9BB6961774997848B5B42BEC655768F8A78A07-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-11 15:45             ` Thomas Monjalon
2014-06-12  8:08               ` Wu, Jingjing
     [not found]                 ` <9BB6961774997848B5B42BEC655768F8A8BBB5-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-12 15:36                   ` Thomas Monjalon [this message]
2014-06-13 11:51                     ` Vladimir Medvedkin
     [not found]                       ` <CANDrEH=8SeES7N5eybWaCvJdE0JkZpq-DuxSVYdXAXbm=Wf-Ww-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-13 14:12                         ` Wu, Jingjing
     [not found]                           ` <9BB6961774997848B5B42BEC655768F8A8D402-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-13 16:19                             ` Vladimir Medvedkin
     [not found]                               ` <CANDrEHkPvqmkA6vUukApzTfwJAWz6_R8Lf+RBcJq1J6UNq0uMw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2014-06-14  1:00                                 ` Wu, Jingjing
     [not found]                                   ` <9BB6961774997848B5B42BEC655768F8A8D780-0J0gbvR4kTg/UvCtAeCM4rfspsVTdybXVpNB7YpNyf8@public.gmane.org>
2014-06-14  9:00                                     ` Vladimir Medvedkin
2014-06-04  4:16   ` Cao, Waterman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=27520622.tiYQNKLyvh@xps13 \
    --to=thomas.monjalon-pdr9zngts4eavxtiumwx3w@public.gmane.org \
    --cc=dev-VfR2kkLFssw@public.gmane.org \
    --cc=medvedkinv-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).