Re: 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted

2012-10-23 Thread Shreyas Bhatewara
Eric, thanks for the note. I will submit a patch to do it. Shreyas - Original Message - > On Tue, 2012-10-23 at 08:17 +, Jongman Heo wrote: > > > > > FYI, vmxnet3 driver is used for ethernet. > > Yes, this driver needs some changes > > #define VMXNET3_MAX_TX_BUF_SIZE (1 << 14) >

Re: Re: 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted

2012-10-23 Thread Eric Dumazet
On Tue, 2012-10-23 at 08:17 +, Jongman Heo wrote: > > FYI, vmxnet3 driver is used for ethernet. Yes, this driver needs some changes #define VMXNET3_MAX_TX_BUF_SIZE (1 << 14) Thats 16KB As we can now provide up to 32KB fragments we broke something. vmxnet3_tq_xmit() needs to split large

Re: Re: 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted

2012-10-23 Thread Jongman Heo
Hi, --- Original Message --- Sender : Eric Dumazet Date : 2012-10-23 15:08 (GMT+09:00) Title : Re: 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted On Tue, 2012-10-23 at 05:38 +, Jongman Heo wrote: > Hmm, > > I've just met the issue, with the c

Re: 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted

2012-10-22 Thread Eric Dumazet
On Tue, 2012-10-23 at 05:38 +, Jongman Heo wrote: > Hmm, > > I've just met the issue, with the commit 5640f768 reverted. > It seems that the issue does not always happen. So, my bisection may not be > correct. > > At this moment, I don't have enough time to do bisection again.. > > Regards.

Re: 3.7-rc2 regression : file copied to CIFS-mounted directory corrupted

2012-10-22 Thread Jongman Heo
Hmm, I've just met the issue, with the commit 5640f768 reverted. It seems that the issue does not always happen. So, my bisection may not be correct. At this moment, I don't have enough time to do bisection again.. Regards. [sorry for top posting, our corporate MTA is not good at e-mail writi