Re: [ovs-dev] [PATCH] xenserver: Use kernel uname version for XenServer 6.5

2015-05-03 Thread GosenChien
Hi all, Sorry for late reply. Currently we're focus our internal project so that we might not have enough resources in short period. However, we'll test the fix ASAP once we have extra machines . Thanks for your help. Best Regards, Gosen Chien * C

Re: [ovs-dev] [PATCH] xenserver: Use kernel uname version for XenServer 6.5

2015-04-30 Thread Alex Wang
Yeah, I forgot, will update the INSTALL.Xenserver.md, and repost, On Thu, Apr 30, 2015 at 10:08 AM, Ben Pfaff wrote: > Yes, but should we update the documentation to mention the new > variable? > > On Thu, Apr 30, 2015 at 09:32:17AM -0700, Alex Wang wrote: > > Have not heard from GosenChien.~ >

Re: [ovs-dev] [PATCH] xenserver: Use kernel uname version for XenServer 6.5

2015-04-30 Thread Ben Pfaff
Yes, but should we update the documentation to mention the new variable? On Thu, Apr 30, 2015 at 09:32:17AM -0700, Alex Wang wrote: > Have not heard from GosenChien.~ > > Edwin has tested the fix. So, should we apply this first~? > > Thanks, > Alex Wang, > > On Wed, Apr 29, 2015 at 7:34 AM, Be

Re: [ovs-dev] [PATCH] xenserver: Use kernel uname version for XenServer 6.5

2015-04-30 Thread Alex Wang
Have not heard from GosenChien.~ Edwin has tested the fix. So, should we apply this first~? Thanks, Alex Wang, On Wed, Apr 29, 2015 at 7:34 AM, Ben Pfaff wrote: > It seems that GosenChien (CCed) deserves credit for reporting this > problem; he has been discussing it on the list for a while. >

Re: [ovs-dev] [PATCH] xenserver: Use kernel uname version for XenServer 6.5

2015-04-29 Thread Ben Pfaff
It seems that GosenChien (CCed) deserves credit for reporting this problem; he has been discussing it on the list for a while. GosenChien, will you test that this fixes the problem you see? Thanks, Ben. On Tue, Apr 28, 2015 at 03:34:26PM -0700, Alex Wang wrote: > From: Edwin Chiu > > In XenSe

[ovs-dev] [PATCH] xenserver: Use kernel uname version for XenServer 6.5

2015-04-28 Thread Alex Wang
From: Edwin Chiu In XenServer 6.5, multiple kernel packages with different rpm versions can have the same uname. So, it is not necessary for openvswitch kernel module to require the exact rpm version. Instead, the kernel module package should check the uname version. This commit will add a new