From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by dpdk.space (Postfix) with ESMTP id DAA60A00E6 for ; Fri, 19 Apr 2019 12:36:28 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BCCD81BBDB; Fri, 19 Apr 2019 12:36:27 +0200 (CEST) Received: from wout3-smtp.messagingengine.com (wout3-smtp.messagingengine.com [64.147.123.19]) by dpdk.org (Postfix) with ESMTP id 943D91BB2E for ; Fri, 19 Apr 2019 12:36:26 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.west.internal (Postfix) with ESMTP id 7559C5AD; Fri, 19 Apr 2019 06:36:25 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Fri, 19 Apr 2019 06:36:25 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding:content-type; s=mesmtp; bh=JFpasWlQLYm7TPGW8f/fcWwJts8AzWcztqvSVZMsrz0=; b=AakZIfMk9RAL iNY59vRmr5Y1JrdmTEONCKgA+QYWFuMD8nix3mEH7aSLVsevcNU1+ZMiR3zkEJJx ns5WVkgJ+fTyl8RYVNnCIDVXI7da2tY4BudgEOATRcGGgeilm7fp7xZR3o8Q4ajQ /D9zgQWOFAgeVYh9xS2bQe+C0NfClh8= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-proxy:x-me-proxy:x-me-sender:x-me-sender :x-sasl-enc; s=fm2; bh=JFpasWlQLYm7TPGW8f/fcWwJts8AzWcztqvSVZMsr z0=; b=QvI4MvKhe521TVAjPITnieLbr+I/paCVShLbiJrz9qhPwHhTa897I2z9X XM86SWgsERUUOGquHIJnRc4hgCK1lm1ZPrx4PFqE7Mfw97RCfGzy306e2NqxAm2X mfXni8DCpYThhken8WtLhfRuHdOEiLu4dsk3tuSYJvbKOSDCVQ1XVNXttmN9ijO+ AJ6CyhMfTqzcqOmgwn26WN0N8hs8oM+FEvx4S7WQmoiGt3D851Jd5x0WQaPlji0m g/0ybYSfeMlNGCTAG1uwOtrhKktuWrl7oNGt3j+Jumk7sgGNErqWYfSYKzo9lu7F qfqySQ297mRfuB3wErPxl5w94Oq6w== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgeduuddrfeejgddvlecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefhvffufffkjghfggfgtgesthfuredttddtvdenucfhrhhomhepvfhhohhmrghs ucfoohhnjhgrlhhonhcuoehthhhomhgrshesmhhonhhjrghlohhnrdhnvghtqeenucfkph epjeejrddufeegrddvtdefrddukeegnecurfgrrhgrmhepmhgrihhlfhhrohhmpehthhho mhgrshesmhhonhhjrghlohhnrdhnvghtnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 9DA8C103CA; Fri, 19 Apr 2019 06:36:23 -0400 (EDT) From: Thomas Monjalon To: Igor Ryzhov Cc: dev@dpdk.org, Ferruh Yigit Date: Fri, 19 Apr 2019 12:36:22 +0200 Message-ID: <3281355.t9EE4YFJJp@xps> In-Reply-To: <63fc1744-9c37-2080-c651-b0231c86e8cb@intel.com> References: <20180927000224.4011-1-iryzhov@nfware.com> <20190410103003.42385-1-iryzhov@nfware.com> <63fc1744-9c37-2080-c651-b0231c86e8cb@intel.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="UTF-8" Subject: Re: [dpdk-dev] [PATCH v2] kni: implement header_ops parse method 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Message-ID: <20190419103622.udRRzKSEsGqbaesGNL0Vysx6x0XSQTOnCgD389LbSF8@z> 12/04/2019 16:52, Ferruh Yigit: > On 4/10/2019 11:30 AM, Igor Ryzhov wrote: > > It allows applications running packet sockets over KNI interfaces to get > > source Ethernet addresses of packets received using recvfrom function. > > > > Signed-off-by: Igor Ryzhov > > Acked-by: Ferruh Yigit Applied, thanks