On Tue, Nov 03, 2020 at 11:05:09AM -0800, Jakub Kicinski wrote: > I believe Vladimir asked to use a memset instead; > > struct ocelot_vcap_u16 etype; > > memset(&etype, 0, sizeof(etype));
Thanks, Jakub.
On Tue, Nov 03, 2020 at 11:05:09AM -0800, Jakub Kicinski wrote: > I believe Vladimir asked to use a memset instead; > > struct ocelot_vcap_u16 etype; > > memset(&etype, 0, sizeof(etype));
Thanks, Jakub.