> -----Original Message----- > From: Rybalchenko, Kirill > Sent: Thursday, February 1, 2018 8:43 PM > To: [email protected] > Cc: [email protected]; Rybalchenko, Kirill <[email protected]>; > Chilikin, Andrey <[email protected]>; Xing, Beilei > <[email protected]>; Wu, Jingjing <[email protected]> > Subject: [PATCH v3] net/i40e: fix multiple DDP packages should not be > allowed > > Should be not possible to load conflicting DDP profiles. > Only DDP profiles of the same group (not 0) can be loaded together; If DDP > profile group is 0, it is exclusive, i.e. it cannot be loaded with any other > DDP > profile; If DDP profile groups are different - these profiles cannot be loaded > together; > > Fixes: b319712f53c8 ("net/i40e: extended list of operations for DDP > processing") > > v3: prevent registration of read-only profiles with profile list > > Signed-off-by: Kirill Rybalchenko <[email protected]>
Acked-by: Beilei Xing <[email protected]>, thanks.

