From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm0-f48.google.com (mail-wm0-f48.google.com [74.125.82.48]) by dpdk.org (Postfix) with ESMTP id E30D5567E for ; Thu, 10 Dec 2015 11:13:08 +0100 (CET) Received: by wmww144 with SMTP id w144so17671727wmw.0 for ; Thu, 10 Dec 2015 02:13:08 -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=RuIO0EQUd6Y6ivfUI0sguYvpV+xK2WQgWsW3YjdBBVI=; b=s5RYKnOPmlokXKvvyIoiZ3aYyE6g+5QDy/ZB2MLGcjZZrIbB/rAVnZJb9n4SEK5nP6 YVG6v3Zk+EoYfE82OUAkbrqtvQq/+Pkmq9d+uk68vLCEvO6T7V21uWms1Xm2bZLAH3Hq 9bQV5PmLhatHTVQ7/wU3WcY9kFRgTdUZEwPUYp0KFVCQcLwrsU26BB0fK27/3UbddJbH 3FunBwGk+LrgjjrbWDujsCqE39J7Imawxlq/j6txANsOZMyvMsureJhHbFb8WN1eW5N2 7nH+RB7ft3O2EfBU8lwhVCQbjxdgQluQ8qYd52afzXLh2M5exKgat/wdHeIPDZfoEhAf 3+ug== 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=RuIO0EQUd6Y6ivfUI0sguYvpV+xK2WQgWsW3YjdBBVI=; b=ThntWh4T/3CKI1YFhIGCJbA6E0ED1qMjhtEhkmA8xGzX1SMDh6D9XFSOcBp/dNckPh zWzQsDdt2bTRKhct1Mi4bhe8S8vq9cploWVnwjk5IzTtP8VGgtPFzA7hYAy8DMnV66H+ TvCLMqksQ/kIFTGL2UhXk1Sisuu7mICokjo6RqBTUVUfGWgJShSPqMJdV3Eb6u1X/hlc tWKe4S7j6bMFmbLMV30W3Y6iH7GkIeqJuarWvxbhU6aul7WDdor/e27ix6hNx17ZsXa7 F8PfyMXcMjjtVzx0cTqAo3qCXWgxixxOMROKypKoPXROgMfK66j6Dcc2k5w0W8saLRo/ blYA== X-Gm-Message-State: ALoCoQkHJ3Sz8E5z8Oi86gQ0LM880xsQOOKqHxg36nLw2I9FsqPBv11R5kz5og+y223m1Odwrr5+zeyupFfnqCTyMhKw8TgUgw== X-Received: by 10.28.129.82 with SMTP id c79mr17936155wmd.80.1449742388744; Thu, 10 Dec 2015 02:13:08 -0800 (PST) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by smtp.gmail.com with ESMTPSA id e83sm12159812wmc.23.2015.12.10.02.13.07 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 10 Dec 2015 02:13:07 -0800 (PST) From: Thomas Monjalon To: xkr Date: Thu, 10 Dec 2015 11:11:52 +0100 Message-ID: <2363828.8i4Cqo1KTF@xps13> Organization: 6WIND User-Agent: KMail/4.14.10 (Linux/4.1.6-1-ARCH; KDE/4.14.11; x86_64; ; ) In-Reply-To: <1449742236-8991-1-git-send-email-pavel.krauz@anritsu.com> References: <1449742236-8991-1-git-send-email-pavel.krauz@anritsu.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH v2] af_packet: 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: Thu, 10 Dec 2015 10:13:09 -0000 2015-12-10 11:10, xkr: > Fixes port number in mbuf structure when using with eth_af_packet > > Signed-off-by: xkr We use real names in the git history. Is it OK to use "Pavel Krauz" in author name and signed-off?