[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-10 Thread David Liu
Add module EEPROM/EEPROM dump command "show port (module_eeprom|eeprom)" Commands will dump the content of the EEPROM/module EEPROM for the selected port. Signed-off-by: David Liu --- app/test-pmd/cmdline.c | 49 app/test-pmd/config.c | 1

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-10 Thread David Liu
On Thu, Sep 10, 2020 at 7:47 AM Ferruh Yigit wrote: > On 9/10/2020 7:00 AM, David Liu wrote: > > Add module EEPROM/EEPROM dump command > > "show port (module_eeprom|eeprom)" > > Commands will dump the content of the > > EEPROM/module EEPROM for the selected port. > > > Hi David, > > When sendi

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-10 Thread Ferruh Yigit
On 9/10/2020 7:00 AM, David Liu wrote: > Add module EEPROM/EEPROM dump command > "show port (module_eeprom|eeprom)" > Commands will dump the content of the > EEPROM/module EEPROM for the selected port. Hi David, When sending a new version, can you please increase the verstion tag in the title

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-09 Thread David Liu
Add module EEPROM/EEPROM dump command "show port (module_eeprom|eeprom)" Commands will dump the content of the EEPROM/module EEPROM for the selected port. Signed-off-by: David Liu --- app/test-pmd/cmdline.c | 50 app/test-pmd/config.c | 120

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-03 Thread Ferruh Yigit
On 9/3/2020 5:40 PM, David Liu wrote: > On Wed, Sep 2, 2020 at 6:00 AM Ferruh Yigit > wrote: > > On 9/1/2020 8:07 PM, David Liu wrote: > > Change display message. > > Add EEPROM dump command > >   "show port eeprom" > > Add module EEPROM dump c

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-03 Thread David Liu
Yes, that sounds good. What do you think of having the command to be "show port (port_id|all) (module_eeprom|eeprom)"? On Wed, Sep 2, 2020 at 6:00 AM Ferruh Yigit wrote: > On 9/1/2020 8:07 PM, David Liu wrote: > > Change display message. > > Add EEPROM dump command > > "show port eeprom" > >

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-02 Thread Ferruh Yigit
On 9/1/2020 8:07 PM, David Liu wrote: > Change display message. > Add EEPROM dump command > "show port eeprom" > Add module EEPROM dump command > "show port module_eeprom" > Commands will dump the content of the > EEPROM/module EEPROM for the selected port. > > Signed-off-by: David Liu

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-01 Thread David Liu
Change display message. Add EEPROM dump command "show port eeprom" Add module EEPROM dump command "show port module_eeprom" Commands will dump the content of the EEPROM/module EEPROM for the selected port. Signed-off-by: David Liu --- app/test-pmd/cmdline.c | 87 +

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-09-01 Thread David Liu
Add EEPROM dump command "show port eeprom" Add module EEPROM dump command "show port module_eeprom" Commands will dump the content of the EEPROM/module EEPROM for the selected port. Signed-off-by: David Liu --- app/test-pmd/cmdline.c | 87 ++ app/test-

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-08-28 Thread David Liu
z On Wed, Aug 26, 2020 at 6:46 PM Ferruh Yigit wrote: > On 8/26/2020 8:00 PM, David Liu wrote: > > Commands will dump the content of the EEPROM/module EEPROM for the > > selected port. > > > > Signed-off-by: David Liu > > --- > > app/test-pmd/cmdline.c | 41 +++ > > app/test-pmd/c

Re: [dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-08-26 Thread Ferruh Yigit
On 8/26/2020 8:00 PM, David Liu wrote: > Commands will dump the content of the EEPROM/module EEPROM for the > selected port. > > Signed-off-by: David Liu > --- > app/test-pmd/cmdline.c | 41 +++ > app/test-pmd/config.c | 112 + > app/test-pmd

[dpdk-dev] [PATCH V1] testpmd: add eeprom/module eeprom display

2020-08-26 Thread David Liu
Commands will dump the content of the EEPROM/module EEPROM for the selected port. Signed-off-by: David Liu --- app/test-pmd/cmdline.c | 41 +++ app/test-pmd/config.c | 112 + app/test-pmd/testpmd.h | 2 + 3 files changed, 155 insertions(+)