From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out4-smtp.messagingengine.com (out4-smtp.messagingengine.com [66.111.4.28]) by dpdk.org (Postfix) with ESMTP id B9D7E1B24F for ; Mon, 6 Nov 2017 02:08:42 +0100 (CET) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 4504D20A98; Sun, 5 Nov 2017 20:08:42 -0500 (EST) Received: from frontend1 ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 05 Nov 2017 20:08:42 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=RrNKDgdGRga3cjVu6YUTHEvA8X pTjd/anLmF7JOrY48=; b=Hkjj4CWKmTiRv3AsWB83tKbgax6lwwV7Qjm5tmQB+1 jwMzF+ktAIANTbUtpC2douSAbfUd90aYiR3vAankVu1ahfmEtaD764GdPHN6PNLH HQ9cNjdSTsE9EHpkDCxl7TCKLEi7fQIH5COz7Qo+7xSMwzKjUaa8hPBZlfmxf6Lf s= 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-sender:x-me-sender:x-sasl-enc; s=fm1; bh=RrNKDg dGRga3cjVu6YUTHEvA8XpTjd/anLmF7JOrY48=; b=L7zBr0SC3bNyrU+959yyup c13r315o1DOg4kTy/zcC0FQEYXw8ZKQaYmlOaoyr75i2/3HXiXyixOyUnh5Mw5iR mNdS3ebqtmq70U5cG0basUdcIW56KD6n2UKp5jD0clkntl7OsGgI4CQEnw5cMEc0 rXqWQ7T+B51eKNwa3IC6xUhzGiiYqo2EmrPFLgIZj6eqKn9sHTXkoZ/r1+wmk5I+ e0uWgLjCSWSJrCq2WHX1m1lGI8XZlN0/ioprzUQOTQqteXbdkIjq8fYSxwGt1fAR f12G0PJ9Rfnz79B1VcO2zIm2wFlpjRJFsxCzWpPQI51c5QInp1gcZXfHqtuFjCig == X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id 07CA17FA8C; Sun, 5 Nov 2017 20:08:42 -0500 (EST) From: Thomas Monjalon To: James Bensley Cc: dev@dpdk.org Date: Mon, 06 Nov 2017 02:08:41 +0100 Message-ID: <19380310.3uZO5V2b5c@xps> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] DPDK support for 82579 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: , X-List-Received-Date: Mon, 06 Nov 2017 01:08:42 -0000 Hi, 05/11/2017 13:05, James Bensley: > Hi all, > > Please see attached and below a patch which allowed Pktgen to run on > my laptop which has a built in Intel 82579LM 1G NIC: Thank you for your contribution. If you have a bit of time, you can try to send a well formatted patch which will be better handled by the maintainers. You just need to use some git commands as described here: http://dpdk.org/dev#send Probably the first step to become a regular contributor :)