On Mon, Jan 17, 2022 at 04:16:44PM +0800, Slark Xiao wrote: > Fixes: 5c2c85315948 ("bus: mhi: pci-generic: configurable network interface MRU") You have messed up the patch subject, please fix it. Also, the correct fixes tag should be the one added the Foxconn modem support, precisely "aac426562f56". One more thing, please make sure this MRU value works well for other Foxconn modems supported by this config. > Signed-off-by: Slark Xiao <slark_xiao@xxxxxxx> You should have added my Reviewed-by tag too... Thanks, Mani > > --- > v2: Add Fixes tag > --- > drivers/bus/mhi/pci_generic.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/bus/mhi/pci_generic.c b/drivers/bus/mhi/pci_generic.c > index 3a258a677df8..74e8fc342cfd 100644 > --- a/drivers/bus/mhi/pci_generic.c > +++ b/drivers/bus/mhi/pci_generic.c > @@ -366,6 +366,7 @@ static const struct mhi_pci_dev_info mhi_foxconn_sdx55_info = { > .config = &modem_foxconn_sdx55_config, > .bar_num = MHI_PCI_DEFAULT_BAR_NUM, > .dma_data_width = 32, > + .mru_default = 32768, > .sideband_wake = false, > }; > > -- > 2.25.1 >