RE: [PATCH v3 07/11] net: cadence_gem: Add support for jumbo frames

2020-05-08 Thread Sai Pavan Boddu
-...@nongnu.org; qemu- > de...@nongnu.org > Subject: Re: [PATCH v3 07/11] net: cadence_gem: Add support for jumbo > frames > > On Fri, May 08, 2020 at 04:30:41PM +0530, Sai Pavan Boddu wrote: > > Add a property "jumbo-max-len", which can be configured for jumbo > >

Re: [PATCH v3 07/11] net: cadence_gem: Add support for jumbo frames

2020-05-08 Thread Edgar E. Iglesias
On Fri, May 08, 2020 at 04:30:41PM +0530, Sai Pavan Boddu wrote: > Add a property "jumbo-max-len", which can be configured for jumbo frame size > up to 16,383 bytes, and also introduce new register GEM_JUMBO_MAX_LEN. > > Signed-off-by: Sai Pavan Boddu > --- > hw/net/cadence_gem.c | 21 ++

[PATCH v3 07/11] net: cadence_gem: Add support for jumbo frames

2020-05-08 Thread Sai Pavan Boddu
Add a property "jumbo-max-len", which can be configured for jumbo frame size up to 16,383 bytes, and also introduce new register GEM_JUMBO_MAX_LEN. Signed-off-by: Sai Pavan Boddu --- hw/net/cadence_gem.c | 21 +++-- include/hw/net/cadence_gem.h | 1 + 2 files changed, 20