From: "Tu, Lijuan" <lijuan.tu@intel.com>
To: "Xu, HailinX" <hailinx.xu@intel.com>, "dts@dpdk.org" <dts@dpdk.org>
Cc: "Xu, HailinX" <hailinx.xu@intel.com>
Subject: Re: [dts] [PATCH v1]test_plans/iavf:modify the sed command according to dpdk code
Date: Tue, 24 Mar 2020 06:51:54 +0000 [thread overview]
Message-ID: <8CE3E05A3F976642AAB0F4675D0AD20E0BBF0A64@SHSMSX101.ccr.corp.intel.com> (raw)
In-Reply-To: <1584933478-103276-1-git-send-email-hailinx.xu@intel.com>
Applied, thanks
> -----Original Message-----
> From: dts [mailto:dts-bounces@dpdk.org] On Behalf Of xuhailin
> Sent: Monday, March 23, 2020 11:18 AM
> To: dts@dpdk.org
> Cc: Xu, HailinX <hailinx.xu@intel.com>
> Subject: [dts] [PATCH v1]test_plans/iavf:modify the sed command according
> to dpdk code
>
> modify the sed command according to dpdk code.
>
> Signed-off-by: xuhailin <hailinx.xu@intel.com>
> ---
> test_plans/iavf_test_plan.rst | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/test_plans/iavf_test_plan.rst b/test_plans/iavf_test_plan.rst index
> dcb6e8f..b760a63 100644
> --- a/test_plans/iavf_test_plan.rst
> +++ b/test_plans/iavf_test_plan.rst
> @@ -45,7 +45,7 @@ Prerequisites
> =======================
> 1. Modify and build DPDK source code to enable IAVF function for I40E NIC::
>
> - sed -i -e '/IAVF_DEV_ID_ADAPTIVE_VF/s/0x1889/0x154c/g'
> drivers/net/iavf/base/iavf_devids.h
> + sed -i '/{ RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID,
> + IAVF_DEV_ID_ADAPTIVE_VF) },/a
> { RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID,
> + IAVF_DEV_ID_VF) },' drivers/net/iavf/iavf_ethdev.c
> sed -i -e '/I40E_DEV_ID_VF/s/0x154C/0x164C/g'
> drivers/net/i40e/base/i40e_devids.h
>
> make install RTE_SDK=`pwd` T=x86_64-native-linuxapp-gcc @@ -79,7
> +79,7 @@ Prerequisites
>
> 5. Modify and build DPDK source code to enable IAVF function for I40E NIC
> in VM::
>
> - sed -i -e '/IAVF_DEV_ID_ADAPTIVE_VF/s/0x1889/0x154c/g'
> drivers/net/iavf/base/iavf_devids.h
> + sed -i '/{ RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID,
> + IAVF_DEV_ID_ADAPTIVE_VF) },/a
> { RTE_PCI_DEVICE(IAVF_INTEL_VENDOR_ID,
> + IAVF_DEV_ID_VF) },' drivers/net/iavf/iavf_ethdev.c
> sed -i -e '/I40E_DEV_ID_VF/s/0x154C/0x164C/g'
> drivers/net/i40e/base/i40e_devids.h
>
> make install RTE_SDK=`pwd` T=x86_64-native-linuxapp-gcc
> --
> 2.17.2
next prev parent reply other threads:[~2020-03-24 6:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-23 3:17 xuhailin
2020-03-23 3:27 ` Xu, HailinX
2020-03-24 6:51 ` Tu, Lijuan [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-03-17 6:13 [dts] [PATCH v1]test_plans/iavf: modify " xuhailin
2020-03-17 6:29 ` Xu, HailinX
2020-03-20 8:07 ` Tu, Lijuan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=8CE3E05A3F976642AAB0F4675D0AD20E0BBF0A64@SHSMSX101.ccr.corp.intel.com \
--to=lijuan.tu@intel.com \
--cc=dts@dpdk.org \
--cc=hailinx.xu@intel.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).