From: roopa <roopa@cumulusnetworks.com>
To: "Samudrala, Sridhar" <sridhar.samudrala@intel.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>,
sfeldma@gmail.com, netdev@vger.kernel.org
Subject: Re: [PATCH net-next] switchdev: add support for fdb add/del/dump via switchdev_port_obj ops.
Date: Thu, 07 May 2015 05:51:50 -0700 [thread overview]
Message-ID: <554B5FE6.90507@cumulusnetworks.com> (raw)
In-Reply-To: <554AED2F.80006@intel.com>
On 5/6/15, 9:42 PM, Samudrala, Sridhar wrote:
>
>
> On 5/6/2015 4:35 PM, Jamal Hadi Salim wrote:
>> On 05/06/15 17:54, Sridhar Samudrala wrote:
>>> - introduce port fdb obj and generic switchdev_port_fdb_add/del/dump()
>>> - use switchdev_port_fdb_add/del/dump in rocker/team/bonding ndo ops.
>>> - add support for fdb obj in switchdev_port_obj_add/del/dump()
>>> - switch rocker to implement fdb ops via switchdev_ops
>>>
>>> Signed-off-by: Sridhar Samudrala <sridhar.samudrala@intel.com>
>>> Signed-off-by: Scott Feldman <sfeldma@gmail.com>
>>> ---
>>
>> So i raised this earlier. DaveM also chimed in - but it seems still
>> in there.
>> i havent been following the discussion and i may have missed
>> the agreement to keep the new IDs. Could we not just have used netlink
>> IDs (as opposed to a new SWITCHDEV_OBJ_PORT_FDB id)?
>
> I think you are referring to switch port attributes. See Scott's
> response here on
> using netlink IDs for attributes.
> http://thread.gmane.org/gmane.linux.network/357694/focus=357921
>
If you are using a global namespace for all switchdev objects/apis (as
with scotts new patches), yes, using existing netlink id's and
structures will not work as scott mentions in the link you point to
above. But, if you were designing the api's for specific networking
subsystems like it was initially, then netlink id's or existing
structures will work.
And i am guessing Jamal is referring to the latter.
I did raise similar concerns earlier. Scotts patches do make the code
way cleaner and less confusing than it was before (Thanks scott!). But,
It does add this additional layer of mapping between kernel
structures/objects and newly introduced switchdev structures/objects.
The advantage of being in the kernel is access to existing kernel
structures/objects. We lose that benefit.
next prev parent reply other threads:[~2015-05-07 12:51 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-06 21:54 [PATCH net-next] switchdev: add support for fdb add/del/dump via switchdev_port_obj ops Sridhar Samudrala
2015-05-06 23:35 ` Jamal Hadi Salim
2015-05-07 4:42 ` Samudrala, Sridhar
2015-05-07 12:51 ` roopa [this message]
2015-05-08 12:05 ` Jamal Hadi Salim
2015-05-08 20:44 ` Samudrala, Sridhar
2015-05-08 20:58 ` Scott Feldman
2015-05-11 13:15 ` Jamal Hadi Salim
2015-05-12 22:20 ` David Miller
2015-05-13 0:07 ` Samudrala, Sridhar
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=554B5FE6.90507@cumulusnetworks.com \
--to=roopa@cumulusnetworks.com \
--cc=jhs@mojatatu.com \
--cc=netdev@vger.kernel.org \
--cc=sfeldma@gmail.com \
--cc=sridhar.samudrala@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).