> -----Original Message----- > From: Jerin Jacob [mailto:[email protected]] > Sent: Friday, March 3, 2017 11:28 AM > To: [email protected] > Cc: [email protected]; Richardson, Bruce > <[email protected]>; Van Haaren, Harry > <[email protected]>; [email protected]; Eads, Gage > <[email protected]>; [email protected]; > [email protected]; Jerin Jacob > <[email protected]> > Subject: [dpdk-dev] [PATCH 13/39] event/octeontx: add support for event ports > > Add in the data-structures for the ports used by workers to sent events > to/from > the HW scheduler. Also add a function to release the resource allocated in > setup > > Signed-off-by: Jerin Jacob <[email protected]> > Signed-off-by: Santosh Shukla <[email protected]>
Possible typo in a comment identified below. Either way, Acked-by: Gage Eads <[email protected]> <snip> > + > + reg_off = SSOW_VHWS_OP_GET_WORK0; > + reg_off |= 1 << 4; /* Index_ggrp_mask (Use maskset zero) */ "grp" instead of "ggrp"?

