From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 99F2EFA34 for ; Mon, 16 Jan 2017 03:33:37 +0100 (CET) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Jan 2017 18:33:36 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,236,1477983600"; d="scan'208";a="922920081" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga003.jf.intel.com with ESMTP; 15 Jan 2017 18:33:35 -0800 Received: from irsmsx105.ger.corp.intel.com ([169.254.7.38]) by IRSMSX103.ger.corp.intel.com ([163.33.3.157]) with mapi id 14.03.0248.002; Mon, 16 Jan 2017 02:33:34 +0000 From: "Ananyev, Konstantin" To: "Bie, Tiwei" , "dev@dpdk.org" CC: "adrien.mazarguil@6wind.com" , "Lu, Wenzhuo" , "Mcnamara, John" , "olivier.matz@6wind.com" , "thomas.monjalon@6wind.com" , "Zhang, Helin" , "Dai, Wei" , "Wang, Xiao W" Thread-Topic: [PATCH v7 3/6] ethdev: add MACsec offload capability flags Thread-Index: AQHSbZASFxWZOSlQkkefEYG4DYpGAqE6Zi4A Date: Mon, 16 Jan 2017 02:33:33 +0000 Message-ID: <2601191342CEEE43887BDE71AB9772583F105AC3@irsmsx105.ger.corp.intel.com> References: <1484109098-8936-1-git-send-email-tiwei.bie@intel.com> <1484306501-164565-1-git-send-email-tiwei.bie@intel.com> <1484306501-164565-4-git-send-email-tiwei.bie@intel.com> In-Reply-To: <1484306501-164565-4-git-send-email-tiwei.bie@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v7 3/6] ethdev: add MACsec offload capability flags X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Jan 2017 02:33:38 -0000 >=20 > If these flags are advertised by a PMD, the NIC supports the MACsec > offload. The incoming MACsec traffics can be offloaded transparently > after the MACsec offload is configured correctly by the application. > And the application can set the PKT_TX_MACSEC flag in mbufs to enable > the MACsec offload for the packets to be transmitted. >=20 > Signed-off-by: Tiwei Bie > --- Acked-by: Konstantin Ananyev