From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: Re: [patch net-next v3 04/17] net: introduce generic switch devices support Date: Wed, 26 Nov 2014 06:36:51 -0500 Message-ID: <5475BB53.3070200@mojatatu.com> References: <1416911328-10979-1-git-send-email-jiri@resnulli.us> <1416911328-10979-5-git-send-email-jiri@resnulli.us> <5474A567.4040401@mojatatu.com> <20141125164954.GJ1971@nanopsycho.orion> <5474B795.3080204@mojatatu.com> <20141125215402.GA3912@casper.infradead.org> <54754A10.6020601@mojatatu.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Cc: Thomas Graf , Jiri Pirko , Netdev , "David S. Miller" , "nhorman@tuxdriver.com" , Andy Gospodarek , "dborkman@redhat.com" , "ogerlitz@mellanox.com" , "jesse@nicira.com" , "pshelar@nicira.com" , "azhou@nicira.com" , "ben@decadent.org.uk" , "stephen@networkplumber.org" , "Kirsher, Jeffrey T" , "vyasevic@redhat.com" , Cong Wang , "Fastabend, John R" , Eric Dumazet , Florian Fainelli , Roopa Prabhu , John Linville Return-path: Received: from mail-ig0-f169.google.com ([209.85.213.169]:62021 "EHLO mail-ig0-f169.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751297AbaKZLgz (ORCPT ); Wed, 26 Nov 2014 06:36:55 -0500 Received: by mail-ig0-f169.google.com with SMTP id hl2so8385012igb.2 for ; Wed, 26 Nov 2014 03:36:54 -0800 (PST) In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: On 11/25/14 23:18, Scott Feldman wrote: > On Tue, Nov 25, 2014 at 5:33 PM, Jamal Hadi Salim wrote: > > You have a pointer to the kernel driver for that HW? I wasnt sure if that was a passive aggressive move there to question what i am claiming?(Only Canadians are allowed to be passive aggressive Scott). To answer your question, no code currently littered with vendor SDK unfortunately (as you would know!). But hopefully if we get these changes in correctly it would not be hard to show the driver working fully in the kernel. There are definetely a few other pieces of hardware that are making me come back here and invest time and effort in these long discussions. > Can you show how > you're using Linux tc netlink msg in kernel to program HW? I'd like > to see the in-kernel API. > Lets do the L2/port thing first. But yes, I am using Linux tc in kernel. cheers, jamal