Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp518869ybl; Wed, 14 Aug 2019 01:34:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqziPpQi0+k38MEYfBNVIA8yaeu37HSFD/oALL4neRH9HfKAibOYdhSgrX16IJXHgCiYOk/W X-Received: by 2002:a63:eb56:: with SMTP id b22mr38703267pgk.355.1565771685240; Wed, 14 Aug 2019 01:34:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1565771685; cv=none; d=google.com; s=arc-20160816; b=nSmE6j0xW1m9bhj/13reUdy/gLvSSee8qkhyLLOB1LHdzBAURwEImSKRgm+Lbuzahn 3yxh4Nagaf0hifSjQ7XdpbBaP6FceB0F+7pq7Wn5cArxzPFrSrt4p7nYQ7dtI5/4cDnj pnoNjb1ebHFZrOioEj7sATXVZvYmAVGKdJLt+HFX7VYzZwxmft5MJwslaDcNigpl4cz2 KMEHAypT3LIATpnefX56LhXl/TX0WLMTjnvptRBCVQl3v1+x3Gg4UObS99xm+13UL/3O NI0iMQfpA52kmM7iNfphJI4tVkXACn2IYflxzkokLsqKt08qXMipmNu+xG1PlX5SSrn8 Q+fQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=q48+3Ni4TTSHZH+p8pBrDUhQk29pq3mWlo2oJJ2J8bs=; b=LPb4Yytrhs49lut3WMhYqTcSTbafT1CVyZutKQttPD6/LwpUIBMYAbMUOc3qaPLwqq C8JiyQPLY/sUEpD/bMO0bmsbFrpXEXtUNa2Wx07nUAw9Myqf+1AwNLOtyitm0DIlMKxV ORgbhNS/nYVXdyS5M81nIt2KcW6seIkkXOu6Z+UCVqInvJ5IZrVjtI7sJiPu36zpQ2hV KKiPt+1F+Rr0ajDLKvzXDKHMOzJCPWdag1lplygQJtgGHdsyysNr3fGiCaSC2KJLZmfh +pBSCgTVYL4RALGUiKIoV1I7ggvQSIbSIDqXpm0uDGti0fcuvulNFmhsT2FBY8npsXKf pYIQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 68si66200261pgb.104.2019.08.14.01.34.05; Wed, 14 Aug 2019 01:34:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727595AbfHNIdD (ORCPT + 99 others); Wed, 14 Aug 2019 04:33:03 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:59613 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726512AbfHNIdD (ORCPT ); Wed, 14 Aug 2019 04:33:03 -0400 Received: from localhost (lfbn-1-17395-211.w86-250.abo.wanadoo.fr [86.250.200.211]) (Authenticated sender: antoine.tenart@bootlin.com) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 160A6100003; Wed, 14 Aug 2019 08:33:00 +0000 (UTC) Date: Wed, 14 Aug 2019 10:32:59 +0200 From: Antoine Tenart To: Andrew Lunn Cc: Igor Russkikh , Antoine Tenart , "davem@davemloft.net" , "sd@queasysnail.net" , "f.fainelli@gmail.com" , "hkallweit1@gmail.com" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "thomas.petazzoni@bootlin.com" , "alexandre.belloni@bootlin.com" , "allan.nielsen@microchip.com" , "camelia.groza@nxp.com" , Simon Edelhaus , Pavel Belous Subject: Re: [PATCH net-next v2 6/9] net: macsec: hardware offloading infrastructure Message-ID: <20190814083259.GF3200@kwain> References: <20190808140600.21477-1-antoine.tenart@bootlin.com> <20190808140600.21477-7-antoine.tenart@bootlin.com> <20190813085817.GA3200@kwain> <20190813131706.GE15047@lunn.ch> <2e3c2307-d414-a531-26cb-064e05fa01fc@aquantia.com> <20190813162823.GH15047@lunn.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20190813162823.GH15047@lunn.ch> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andrew, On Tue, Aug 13, 2019 at 06:28:23PM +0200, Andrew Lunn wrote: > > It would also be nice to add extra information to the netlink API to > indicate if HW or SW is being used. In other places where we offload > to accelerators we have such additional information. Yes, that would be very nice to have. Thanks! Antoine -- Antoine T?nart, Bootlin Embedded Linux and Kernel engineering https://bootlin.com