Message ID | cover.1687855361.git.quic_schowdhu@quicinc.com (mailing list archive) |
---|---|
Headers | show |
Series | misc: Add driver support for Data Capture and Compare unit(DCC) | expand |
On Tue, Jun 27, 2023 at 03:19:23PM +0530, Souradeep Chowdhury wrote: > Changes in v24 > > *Implemented the comments in v23 That explains absolutely nothing about what changed at all. What would you do if you got a patch series that had this as a change list? What do you expect us to do? {sigh}
On 6/27/2023 3:52 PM, Greg Kroah-Hartman wrote: > On Tue, Jun 27, 2023 at 03:19:23PM +0530, Souradeep Chowdhury wrote: >> Changes in v24 >> >> *Implemented the comments in v23 > > That explains absolutely nothing about what changed at all. > > What would you do if you got a patch series that had this as a change > list? What do you expect us to do? > > {sigh} My apologies on missing out on the specifics. The main changes in this version are as follows:- * Updated the documentation of the structure dcc_config_entry * Renamed "nr_link_list" to "max_link_list" * Used u64 where applicable * Removed the locks from ready_read method and also dropped the use of unlikely keyword. >
On Wed, Jun 28, 2023 at 11:15:46AM +0530, Souradeep Chowdhury wrote: > > > On 6/27/2023 3:52 PM, Greg Kroah-Hartman wrote: > > On Tue, Jun 27, 2023 at 03:19:23PM +0530, Souradeep Chowdhury wrote: > > > Changes in v24 > > > > > > *Implemented the comments in v23 > > > > That explains absolutely nothing about what changed at all. > > > > What would you do if you got a patch series that had this as a change > > list? What do you expect us to do? > > > > {sigh} > > My apologies on missing out on the specifics. > > The main changes in this version are as follows:- > > * Updated the documentation of the structure dcc_config_entry > * Renamed "nr_link_list" to "max_link_list" > * Used u64 where applicable > * Removed the locks from ready_read method and also dropped > the use of unlikely keyword. Please fix this up and send a new version. thanks, greg k-h