DPDK patches and discussions
 help / color / mirror / Atom feed
From: Anton Grichina <Anton.Grichina@harmonicinc.com>
To: "dev@dpdk.org" <dev@dpdk.org>,
	"qi.z.zhang@intel.com" <qi.z.zhang@intel.com>
Cc: "muthurajan.jayakumar@intel.com" <muthurajan.jayakumar@intel.com>,
	"beilei.xing@intel.com" <beilei.xing@intel.com>,
	"jingjing.wu@intel.com" <jingjing.wu@intel.com>,
	"helin.zhang@intel.com" <helin.zhang@intel.com>
Subject: [dpdk-dev]  XL710: [Q] traffic steering under DPDK.
Date: Wed, 14 Feb 2018 10:19:26 +0000	[thread overview]
Message-ID: <BN6PR1101MB21465244439EA379A51CD8F589F50@BN6PR1101MB2146.namprd11.prod.outlook.com> (raw)

Hello,
I am working with Arkady on VLAN steering. I have few questions regarding it on top of what was asked before.
7.4.8.4 "VEB/VEPA Switching Algorithm" states that filtering happens by MAC+VLAN. It is impossible to perform filtering by VLAN only, as I understand it is HW limitation.

XL710 has something called "7.4.8.2 S-comp Forwarding Algorithm" which looks like exactly what we want. It does forwarding of packets to specific VSI based on S-tag.
S-tag is a part of "7.4.9.5.5.1 Add VSI (0x0210)" command. I guess we can configure several VSIs for expected S-tags.
Do you know anything about this algorithm?

As I understood "port virtualizer" (7.4.2.4.3 "Cascaded VEB and port virtualizers") supposed to be configured to use this switching algorithm.
In i40e driver (kernel or DPDK) I do not see anything related to configuration of "port virtualizers", except "i40e_aq_add_pvirt" function which is not used anywhere.
Is it possible to configure "port virtualizer" with existing i40e driver?

Another question is about "i40e_aq_set_vsi_uc_promisc_on_vlan" function in i40e driver (7.4.9.5.9.5 "Set VSI Promiscuous Modes"). It enables promiscuous mode for unicast packets with specific VLAN, so all packets with that VLAN will be replicated to configured VSI. In XL710 datasheet I`ve found that it works only in "Cloud VEB algorithm" (7.4.8.6). Can we somehow enable this algorithm with existing i40e drivers?

Thanks

             reply	other threads:[~2018-02-14 10:19 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-14 10:19 Anton Grichina [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-02-02  8:15 Arkady Gilinsky
2018-02-04 14:22 ` Zhang, Qi Z

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=BN6PR1101MB21465244439EA379A51CD8F589F50@BN6PR1101MB2146.namprd11.prod.outlook.com \
    --to=anton.grichina@harmonicinc.com \
    --cc=beilei.xing@intel.com \
    --cc=dev@dpdk.org \
    --cc=helin.zhang@intel.com \
    --cc=jingjing.wu@intel.com \
    --cc=muthurajan.jayakumar@intel.com \
    --cc=qi.z.zhang@intel.com \
    /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).