From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <thomas.monjalon@6wind.com>
Received: from mail-wm0-f46.google.com (mail-wm0-f46.google.com [74.125.82.46])
 by dpdk.org (Postfix) with ESMTP id CEC738D38
 for <dev@dpdk.org>; Wed,  9 Dec 2015 16:15:58 +0100 (CET)
Received: by wmec201 with SMTP id c201so265557920wme.0
 for <dev@dpdk.org>; Wed, 09 Dec 2015 07:15:58 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=6wind-com.20150623.gappssmtp.com; s=20150623;
 h=from:to:cc:subject:date:message-id:organization:user-agent
 :in-reply-to:references:mime-version:content-transfer-encoding
 :content-type; bh=9YVFWhtztjNU/i1ZW5bGMzcEzdoH8RIWQ8NMT4GINZ4=;
 b=j5gBrzXZg4GASlJ3tyB68d/aMAh2wPhMxogI5BI2v6b7vw9JlAQZ0IBdqUXSuhE7CR
 pJLscefoCAptqTvGgfZqoR6+aRW8IcUHNNeitcrpDU+ep6fzcov8FJ9+GXcAmV63vrJ4
 KnNbBv97qx69FTXj8vq7of1OU+90Fl7UYhQp/n77Eo6NLpXmnAduxDAD6uAPaMaLyI1s
 B1WyBUmWzC06svItQ9HxGGpWtOyZlAsAHieVWBX/ZBUPa7eNRtrYCL0GVN41U0nxxsGd
 TJ29WYmH22G+E9pEyhy1pObNBj2C+EKiB4shJ8t5y/CXqkugZ866ntumq3r0lXP33N15
 6V6g==
X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;
 d=1e100.net; s=20130820;
 h=x-gm-message-state:from:to:cc:subject:date:message-id:organization
 :user-agent:in-reply-to:references:mime-version
 :content-transfer-encoding:content-type;
 bh=9YVFWhtztjNU/i1ZW5bGMzcEzdoH8RIWQ8NMT4GINZ4=;
 b=imymISxA+ar5/mPUd58JQKfyXh+I4EH8ttQiIvGZhD+fjaX9oLR7+eTUcoEED2NPId
 x/Qj3ZCNXog27O4PuX41NSfLD3l6Tjsir9NKLa9XLPLhPiG0WkCqoej3s5tGGj1dHO+3
 Yw8klGx381j/pqVZjWdjRHKlxisXlX0byhHin/p+5dn9LUtFkkTjMLvLmHyStdrruE5x
 8h61gm/WlqvROq/yDcFoZkErcS6/+/u4MwJvCh98ySkc8WWsBx1nJqz2PYIFDNW4yrBA
 xJxaT21TTxCydCCApuZdnwM/NNzhOI+/IAZhmFpsJygcRkSw7ZyhP3QkG1LLMvxG7oHZ
 D+7g==
X-Gm-Message-State: ALoCoQnT1DJMF5UjSmMpy+eahSElotkvE/eUPabTZhrbD07ApMKKgwDiQtjrMfTLXvA1bZdG5Gv1WCdhPG528Xh9bCdRAgbq2Q==
X-Received: by 10.194.116.133 with SMTP id jw5mr6485171wjb.110.1449674158622; 
 Wed, 09 Dec 2015 07:15:58 -0800 (PST)
Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136])
 by smtp.gmail.com with ESMTPSA id h67sm26429173wmf.17.2015.12.09.07.15.57
 (version=TLSv1/SSLv3 cipher=OTHER);
 Wed, 09 Dec 2015 07:15:57 -0800 (PST)
From: Thomas Monjalon <thomas.monjalon@6wind.com>
To: "Krauz, Pavel" <Pavel.Krauz@anritsu.com>
Date: Wed, 09 Dec 2015 16:14:42 +0100
Message-ID: <2471597.rH80jI7hEb@xps13>
Organization: 6WIND
User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; )
In-Reply-To: <B27915DBBA3421428155699D51E4CFE2023FFEF0@IRSMSX103.ger.corp.intel.com>
References: <25CBA98BE75C5B44BD931C7C107685EDC090AA53@lut-exc-008.main.intgin.net>
 <25CBA98BE75C5B44BD931C7C107685EDC090AAB8@lut-exc-008.main.intgin.net>
 <B27915DBBA3421428155699D51E4CFE2023FFEF0@IRSMSX103.ger.corp.intel.com>
MIME-Version: 1.0
Content-Transfer-Encoding: 7Bit
Content-Type: text/plain; charset="us-ascii"
Cc: dev@dpdk.org
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 <dev.dpdk.org>
List-Unsubscribe: <http://dpdk.org/ml/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://dpdk.org/ml/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <http://dpdk.org/ml/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Dec 2015 15:15:59 -0000

2015-12-09 15:03, Mcnamara, John:
> From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Krauz, Pavel
> > 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. 
> 
>     $ grep -B 1 af_packet MAINTAINERS 
>     M: John W. Linville <linville@tuxdriver.com>
>     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=390

Thanks John for reminding the guidelines.

Pavel, it seems to be your first contribution to DPDK.
If you cannot submit it properly with git, we'll manage it
manually. We just need a description of the issue and a Signed-off.
Thanks