From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by dpdk.org (Postfix) with ESMTP id 578BE7E18 for ; Mon, 29 Sep 2014 16:32:36 +0200 (CEST) Received: by mail-we0-f177.google.com with SMTP id t60so13180782wes.36 for ; Mon, 29 Sep 2014 07:39:12 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:organization :user-agent:in-reply-to:references:mime-version :content-transfer-encoding:content-type; bh=zUnKuBLuvzL3tBNh9vKJUSByftA6rwLQILlgWVDgPDU=; b=gEBIhPHr+qSBJCdRGWziE+sDDE8gid00ga2k6iBXzZo8pHUjaPakcpKc0SBzC4rju2 K5czaWKfhJG6zSAA7hrPrAcMrE3j7FgrnY7XNvTcamUJl7w0aIBPU6qIfcE5Qhrnl8JD dwCe8RvS03j0oApkj5XkO3coIjZnYpWBMPV6i1I3bnVpHq6f+zvDaqTeKR3u5AuSOqwN CBCUpCcyV0SqPdaqQXNdVsyHdEJ9Kfyy9IiCc9tcoVXnzy8r+izQgTSiG+xfNaPFruW5 kic+IbdkPnq9ghlg+KKwqgsBCotm6oX1s2rQ2waIWDrrdeLAuO3PO/eVg2dSh3+c/vq8 cODg== X-Gm-Message-State: ALoCoQm5AEqWAOWiYfIP1NRJxgEdZ9HCx5pRyn0cISSHa6uer+XUfOO8LW/TpGc8HbrWNCq/jxkO X-Received: by 10.194.158.101 with SMTP id wt5mr46120890wjb.79.1412001552629; Mon, 29 Sep 2014 07:39:12 -0700 (PDT) Received: from xps13.localnet (136-92-190-109.dsl.ovh.fr. [109.190.92.136]) by mx.google.com with ESMTPSA id ga9sm15904760wjb.45.2014.09.29.07.39.11 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 29 Sep 2014 07:39:11 -0700 (PDT) Date: Mon, 29 Sep 2014 07:39:11 -0700 (PDT) X-Google-Original-Date: Mon, 29 Sep 2014 16:39 +0200 From: Thomas Monjalon To: Saori USAMI Message-ID: <12607741.zAISA8FkEd@xps13> Organization: 6WIND User-Agent: KMail/4.13.3 (Linux/3.15.8-1-ARCH; KDE/4.13.3; x86_64; ; ) In-Reply-To: <1409911836-17294-1-git-send-email-susami@igel.co.jp> References: <1409911836-17294-1-git-send-email-susami@igel.co.jp> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Cc: dev@dpdk.org Subject: Re: [dpdk-dev] [PATCH] pcap: set in_port value in packet mbuf data when each packet is received 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: Mon, 29 Sep 2014 14:32:36 -0000 > The pkt.in_port parameter in mbuf should be set with an input port id > because DPDK apps may use it to know where each packet came from. > > Signed-off-by: Saori USAMI Acked, adapted to mbuf rework and applied. Thanks -- Thomas