Re: [lng-odp] [PATCH v1 1/1] pktio APIs to modify the MAC address or the MTU size of the given packet IO handler.

2017-07-13 Thread Maxim Uvarov
I remember that we previously added mac addr change. Then removed as supported on many systems. Since we have capability there it make reasonable now to add this api. Please send patch thought github pull request. It will do bunch of automatic tests. Thanks, Maxim. On 07/13/17 15:10,

Re: [lng-odp] [PATCH v1 1/1] pktio APIs to modify the MAC address or the MTU size of the given packet IO handler.

2017-07-13 Thread Savolainen, Petri (Nokia - FI/Espoo)
> -Original Message- > From: lng-odp [mailto:lng-odp-boun...@lists.linaro.org] On Behalf Of Vamsi > Attunuru > Sent: Thursday, July 13, 2017 11:54 AM > To: lng-odp@lists.linaro.org > Cc: macha...@cavium.com; pathr...@cavium.com; vattun...@cavium.com; > sve...@cavium.com > Subject:

Re: [lng-odp] [PATCH v1 1/1] pktio APIs to modify the MAC address or the MTU size of the given packet IO handler.

2017-07-13 Thread Bill Fischofer
HI, Vamsi, 1. Please subscribe to the ODP mailing list if you'd like to make posts, otherwise there will be delays as each post requires manual approval. 2. If you are from Cavium, please post this from your Cavium e-mail address. Otherwise you'll need to submit a separate contributor's

[lng-odp] [PATCH v1 1/1] pktio APIs to modify the MAC address or the MTU size of the given packet IO handler.

2017-07-13 Thread Vamsi Attunuru
--- include/odp/api/spec/packet_io.h | 29 + 1 file changed, 29 insertions(+) diff --git a/include/odp/api/spec/packet_io.h b/include/odp/api/spec/packet_io.h index c7373fd..a950267 100644 --- a/include/odp/api/spec/packet_io.h +++ b/include/odp/api/spec/packet_io.h