Re: [PATCH] ibmveth: Support to enable LSO/CSO for Trunk VEA.

2017-04-08 Thread David Miller
From: Sivakumar Krishnasamy Date: Fri, 7 Apr 2017 05:57:59 -0400 > Enable largesend and checksum offload for ibmveth configured in trunk mode. > Added support to SKB frag_list in TX path by skb_linearize'ing such SKBs. > > Signed-off-by: Sivakumar Krishnasamy Why is linearization necessary?

[GIT PULL] Please pull powerpc/linux.git powerpc-4.11-7 tag

2017-04-08 Thread Michael Ellerman
Hi Linus, Please pull some more powerpc fixes for 4.11: The following changes since commit cc638a488a5205713b51eabd047be6ea641cc328: gcc-plugins: update architecture list in documentation (2017-03-21 22:20:05 +1100) are available in the git repository at: git://git.kernel.org/pub/scm/linu

Re: [PATCH V4] powerpc/hugetlb: Add ABI defines for supported HugeTLB page sizes

2017-04-08 Thread Michael Ellerman
Paul Clarke writes: > nits... take 'em or leave 'em... > > On 04/07/2017 08:01 AM, Michael Ellerman wrote: >> Anshuman Khandual writes: >> And I reworded the comment the make it clearer (I think) that most users >> shouldn't need to use these, and should just use the default size: >> >> /* >> *

Re: [PATCH v2 2/5] perf/x86/intel: Record branch type

2017-04-08 Thread Jin, Yao
Without this patch, we don't know if it's conditional or something else. And the kernel already knows this for its filtering, so it can as well report it. Right the CROSS_* and forward backward information could be computed later. -Andi OK, I will move CROSS_* and JCC forward/backward computi