From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 37DBA5683 for ; Wed, 9 Dec 2015 16:04:49 +0100 (CET) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga101.fm.intel.com with ESMTP; 09 Dec 2015 07:03:30 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.20,404,1444719600"; d="scan'208";a="615213998" Received: from irsmsx153.ger.corp.intel.com ([163.33.192.75]) by FMSMGA003.fm.intel.com with ESMTP; 09 Dec 2015 07:03:29 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.13]) by IRSMSX153.ger.corp.intel.com ([169.254.9.208]) with mapi id 14.03.0248.002; Wed, 9 Dec 2015 15:03:28 +0000 From: "Mcnamara, John" To: "Krauz, Pavel" , "dev@dpdk.org" Thread-Topic: fix mbuf->port for eth_af_packet Thread-Index: AdEyi0qYDR5Eige2RwiJOge6nc5PtAAAbEcQAACzPwAAAHhaUA== Date: Wed, 9 Dec 2015 15:03:28 +0000 Message-ID: References: <25CBA98BE75C5B44BD931C7C107685EDC090AA53@lut-exc-008.main.intgin.net> <25CBA98BE75C5B44BD931C7C107685EDC090AAB8@lut-exc-008.main.intgin.net> In-Reply-To: <25CBA98BE75C5B44BD931C7C107685EDC090AAB8@lut-exc-008.main.intgin.net> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] fix mbuf->port for eth_af_packet X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Dec 2015 15:04:49 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Krauz, Pavel > Sent: Wednesday, December 9, 2015 2:47 PM > To: dev@dpdk.org > Subject: Re: [dpdk-dev] fix mbuf->port for eth_af_packet >=20 > Hello, > Here goes the patch again in the correct format. > Thanks & b.r. > Pavel Hi Pavel, There wasn't a patch submitted that I can see. Maybe send a few test emails= to yourself first to see if it works. Also, once it is working you should send the email to the maintainer of af_= packet and CC dev@dpdk.org.=20 $ grep -B 1 af_packet MAINTAINERS=20 M: John W. Linville F: drivers/net/af_packet/ You will also need to mark the previous patch(es) as superseded: http://dpdk.org/dev/patchwork/project/dpdk/list/?submitter=3D390 John. --=20