From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier MATZ Subject: Re: [PATCH v6 1/6] mbuf: add flag for MACsec Date: Wed, 11 Jan 2017 18:41:18 +0100 Message-ID: <20170111184118.3ed1390f@glumotte.dev.6wind.com> References: <1483514502-32841-1-git-send-email-tiwei.bie@intel.com> <1484109098-8936-1-git-send-email-tiwei.bie@intel.com> <1484109098-8936-2-git-send-email-tiwei.bie@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org, adrien.mazarguil@6wind.com, wenzhuo.lu@intel.com, john.mcnamara@intel.com, olivier.matz@6wind.com, thomas.monjalon@6wind.com, konstantin.ananyev@intel.com, helin.zhang@intel.com, wei.dai@intel.com, xiao.w.wang@intel.com To: Tiwei Bie Return-path: Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by dpdk.org (Postfix) with ESMTP id BD1E9F60C for ; Wed, 11 Jan 2017 18:41:26 +0100 (CET) Received: by mail-wm0-f47.google.com with SMTP id c85so164148900wmi.1 for ; Wed, 11 Jan 2017 09:41:26 -0800 (PST) In-Reply-To: <1484109098-8936-2-git-send-email-tiwei.bie@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Wed, 11 Jan 2017 12:31:33 +0800, Tiwei Bie wrote: > Add a new Tx flag in mbuf, that can be set by applications to > enable the MACsec offload for a packet to be transmitted. > > Signed-off-by: Tiwei Bie Acked-by: Olivier Matz