From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id B1E282C15 for ; Mon, 22 Feb 2016 18:38:49 +0100 (CET) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP; 22 Feb 2016 09:38:48 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,485,1449561600"; d="scan'208";a="52583486" Received: from irsmsx109.ger.corp.intel.com ([163.33.3.23]) by fmsmga004.fm.intel.com with ESMTP; 22 Feb 2016 09:38:49 -0800 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.30]) by IRSMSX109.ger.corp.intel.com ([169.254.13.100]) with mapi id 14.03.0248.002; Mon, 22 Feb 2016 17:38:47 +0000 From: "Mcnamara, John" To: Harish Patil , "dev@dpdk.org" Thread-Topic: [dpdk-dev] [PATCH 2/6] qede: add documentation Thread-Index: AQHRa/UsXvPJPphsaUO0p9lLYe05Rp84V4gg Date: Mon, 22 Feb 2016 17:38:47 +0000 Message-ID: References: <1455982831-21682-1-git-send-email-harish.patil@qlogic.com> <1455982831-21682-3-git-send-email-harish.patil@qlogic.com> In-Reply-To: <1455982831-21682-3-git-send-email-harish.patil@qlogic.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiOTk5OGFjMjYtNDg4Mi00MjE3LWJiYTMtNzE5Yjg0N2Y1OTE1IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkVqck13azJWQ2JBbk9Eb2ZoVmZuRDV5RnZrcVdVcmpyeGIwWmJDRmtvVTQ9In0= x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Cc: Sony Chacko Subject: Re: [dpdk-dev] [PATCH 2/6] qede: add documentation 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, 22 Feb 2016 17:38:50 -0000 > + > + Assign MAC address to the VF using iproute2 utility. The syntax is: > + ip link set vf mac Also, make this a code/console section by adding :: to the previous line and indenting 3-4 spaces.