Re: [lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: Adds MTU set function.

2017-08-10 Thread vamsi a
On Tue, Aug 8, 2017 at 5:08 PM, Bill Fischofer <bill.fischo...@linaro.org> wrote: > > > On Tue, Aug 8, 2017 at 2:38 AM, Vamsi Attunuru <vamsi.cav...@gmail.com> > wrote: > >> Signed-off-by: Vamsi Attunuru <vattun...@cavium.com> >> Signed-off-by: S

Re: [lng-odp] [PATCH API-NEXT v2 1/1] api:pktio: Adds MTU set function.

2017-08-31 Thread vamsi a
On Tue, Aug 29, 2017 at 3:36 PM, Vamsi Attunuru <vamsi.cav...@gmail.com> wrote: > Signed-off-by: Vamsi Attunuru <vattun...@cavium.com> > Signed-off-by: Shally Verma <sve...@cavium.com> > Signed-off-by: Mahipal Challa <mcha...@cavium.com> > > --- &

[lng-odp] api: pktio: pktio_if_ops for mtu_set and mac_set.

2017-01-29 Thread Vamsi Krishna
with mtu_get and mac_get api. OR are there any APIs to serve these purpose, am I missing those. *Regards,* *A Vamsi*

[lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: add MAC address and MTU set functions.

2017-08-01 Thread Vamsi Attunuru
Signed-off-by: Vamsi Attunuru <vattun...@cavium.com> Signed-off-by: Shally Verma <sve...@cavium.com> Signed-off-by: Mahipal Challa <mcha...@cavium.com> --- include/odp/api/spec/packet_io.h | 167 +++ 1 file changed, 167 insertions(+) di

[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

[lng-odp] [API-NEXT PATCH v1 0/1] pktio APIs to set the MAC address and MTU size.

2017-07-14 Thread Vamsi Attunuru
allowed range as indicated by pktio capabilities. Regards, Vamsi Vamsi Attunuru (1): pktio APIs to set the MAC address and MTU size of the given packet IO handler. include/odp/api/spec/packet_io.h | 45 1 file changed, 45 insertions

[lng-odp] [API-NEXT PATCH v1 1/1] pktio APIs to set the MAC address and MTU size.

2017-07-14 Thread Vamsi Attunuru
Adds new pktio APIs to set MTU and MAC address on pktio interface. Signed-off-by: Vamsi Attunuru <vattun...@cavium.com> Signed-off-by: Mahipal Challa <mcha...@cavium.com> Signed-off-by: Shally Verma <sve...@cavium.com> --- include/odp/api/spe

[lng-odp] [PATCH API-NEXT v1 1/1] api:pktio: Adds MTU set function.

2017-08-08 Thread Vamsi Attunuru
Signed-off-by: Vamsi Attunuru <vattun...@cavium.com> Signed-off-by: Shally Verma <sve...@cavium.com> Signed-off-by: Mahipal Challa <mcha...@cavium.com> --- include/odp/api/spec/packet_io.h | 21 + 1 file changed, 21 insertions(+) diff --git a/include/odp/ap

[lng-odp] [PATCH API-NEXT v1 0/1] api:pktio: Adds MTU set function.

2017-08-08 Thread Vamsi Attunuru
the review comments on patch "[PATCH API-NEXT v1 1/1] api:pktio: add MAC address and MTU set functions." MTU set changes are separated out and versioned as v1. MAC address set changes will be the incremental patch on previous patches. Vamsi Attunuru (1): pktio API to set MTU size.

[lng-odp] [PATCH API-NEXT v2 0/1] api:pktio: Adds MTU set function

2017-08-29 Thread Vamsi Attunuru
As per the review comments on patch "[PATCH API-NEXT v1 1/1] api:pktio: Adds MTU set function." omitted odp_pktio_mtu_set() API that was defined for setting mtu size. With current patch, mtu set can be pursued as part of odp_pktio_config(). Vamsi Attunuru (1): Remove odp_pktio_mtu

[lng-odp] [PATCH API-NEXT v2 1/1] api:pktio: Adds MTU set function.

2017-08-29 Thread Vamsi Attunuru
Signed-off-by: Vamsi Attunuru <vattun...@cavium.com> Signed-off-by: Shally Verma <sve...@cavium.com> Signed-off-by: Mahipal Challa <mcha...@cavium.com> --- include/odp/api/spec/packet_io.h | 43 +--- 1 file changed, 23 insertions(+), 20