I agree with Chris here. I also want to bring Centos into the conversation, Centos 7.2 ships with QEMU version 1.5.3 by default and 2.3.0 in qemu-ev channel, both of those supported versions in Centos contain backports from newer releases. I think it would be helpful if a commit (or set of commits) for upstream qemu can be identified so we can determine qemu version support in distro.
Thanks, Feng On Thu, Oct 27, 2016 at 10:24 AM, Luke, Chris <chris_l...@comcast.com> wrote: > Wait, you’re saying software people aren’t very good at documentation? > > > > Say it ain’t so! > > > > In any case, I echo Damjan’s sentiment; Just to publicly air my end user > oriented opinion: it’s important to minimize the variables to get VPP > going; that means it has to work with whatever QEMU/KVM Ubuntu 16.04 ships > with. I may elect to improve things with a newer version but it is also > important to me that it Just Works otherwise. > > > > Chris. > > > > *From:* csit-dev-boun...@lists.fd.io [mailto:csit-dev-boun...@lists.fd.io] > *On Behalf Of *Pierre Pfister (ppfister) > *Sent:* Thursday, October 27, 2016 7:49 AM > *To:* Damjan Marion (damarion) <damar...@cisco.com> > *Cc:* csit-...@lists.fd.io; vpp-dev <vpp-dev@lists.fd.io> > > *Subject:* Re: [csit-dev] vhost multi-queue patch - verify job failing > > > > I think I have a fix. > > I mean... I re-interprated some text from vhost-user.txt... Reverse > engineered DPDK's implementation... Looked at qemu messages... And tried to > find a way to make it work. > > > > It looks like the first ring pair is supposed to be enabled by default... > Well. I don't know if it is supposed to. But qemu 2.5 does not enable ring > 1 (it does enable ring 0). So I am not sure either qemu 2.5 or DPDK is > right. But it looks like it works. > > Let's see if it actually does... > > > > https://gerrit.fd.io/r/#/c/2922/18..20/vnet/vnet/devices/ > virtio/vhost-user.c > > > > You know. That's really when you get to like IETF's specifications. > > virtio specs, and vhost-user specs even more, are so ambiguous. > vhost-user.txt is in a git repository and subject to changes. I mean... > Seriously. > > I wish so hard virtio 1.1 will be a reboot of all this madness. > > > > - Pierre > > > > Le 27 oct. 2016 à 12:23, Damjan Marion (damarion) <damar...@cisco.com> a > écrit : > > > > > > Yes, we should not break QEMU 2.5 compatibility, specially if that version > is default version provided in ubuntu 16.04. > > IMO we need to test both with 2.5 and 2.7 as long as ubuntu 16.04 is in > game. > > > > My understanding so far was that this is only "2.5-RC1" issue. > > > > > > > > On 27 Oct 2016, at 09:56, Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES > at Cisco) <pmi...@cisco.com> wrote: > > > > I would leave decision to community. > > By merge this patch basically vhost-user on Qemu 2.5 would be failing - > maybe some disclaimer should be made or what about backward compatibility? > > > > *Peter Mikus* > Engineer – Software > > *Cisco Systems Limited* > > > > Planned absence: 28.10., 1.11., 17.11., 9.12., 19.-31.12. > > > > *From:* Pierre Pfister (ppfister) > *Sent:* Thursday, October 27, 2016 9:27 AM > *To:* Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES at Cisco) < > pmi...@cisco.com> > *Cc:* Edward Warnicke <hagb...@gmail.com>; Maciek Konstantynowicz > (mkonstan) <mkons...@cisco.com>; csit-...@lists.fd.io; Damjan Marion > (damarion) <damar...@cisco.com>; vpp-dev <vpp-dev@lists.fd.io> > *Subject:* Re: [csit-dev] vhost multi-queue patch - verify job failing > > > > Oh. Just notices you merged. > > I actually merged and pushed too... So a new test is started. Will > probably fail. > > > > Ideal Qemu would be 2.7. > > > > 2.5 is *old*. And the failing qemu was 2.5-rc1. Anything above 2.5-rc1 > should be good. > > > > - Pierre > > > > > > Le 27 oct. 2016 à 07:36, Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES at > Cisco) <pmi...@cisco.com> a écrit : > > > > Hi, > > > > Taking look. Yes it is using correct latest branch and Qemu 2.5.0 which is > default version of 16.04.1LTS (Debian 1:2.5+dfsg-5ubuntu10.5). As still > failing, there is question which Qemu version is specifically required (I > do not see it in the comments of patch) or if the patch itself is working. > > > > *Peter Mikus* > Engineer – Software > > *Cisco Systems Limited* > > > > Planned absence: 28.10., 1.11., 17.11., 9.12., 19.-31.12. > > > > *From:* Edward Warnicke [mailto:hagb...@gmail.com <hagb...@gmail.com>] > *Sent:* Thursday, October 27, 2016 12:35 AM > *To:* Maciek Konstantynowicz (mkonstan) <mkons...@cisco.com> > *Cc:* Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES at Cisco) < > pmi...@cisco.com>; Pierre Pfister (ppfister) <ppfis...@cisco.com>; csit- > d...@lists.fd.io; Damjan Marion (damarion) <damar...@cisco.com>; vpp-dev < > vpp-dev@lists.fd.io> > *Subject:* Re: [csit-dev] vhost multi-queue patch - verify job failing > > > > Still failing, but apparently now using the correct CSIT branch: > > > > https://jenkins.fd.io/job/vpp-csit-verify-virl-master/1949/consoleFull > > > > "*14:55:18* + git clone https://gerrit.fd.io/r/csit --branch oper-161024" > > > > On Wed, Oct 26, 2016 at 2:45 PM, Maciek Konstantynowicz (mkonstan) < > mkons...@cisco.com> wrote: > > Excellent, thanks Ed! And let’s see … > > > -Maciek > > > > On 26 Oct 2016, at 22:40, Edward Warnicke <hagb...@gmail.com> wrote: > > > > Maciek, > > > > Looks like the patch was based at a point in the past that was pointing to > the old CSIT branch. > > > > I rebased the patch, so hopefully it will now pick up the correct CSIT > branch. > > > > Ed > > > > On Wed, Oct 26, 2016 at 2:15 PM, Maciek Konstantynowicz (mkonstan) < > mkons...@cisco.com> wrote: > > //reduced list, updated subject > > > > Peter is right: https://gerrit.fd.io/r/#/c/2922/16 > > > > looking at the last failed job - https://jenkins.fd.io/job/ > vpp-csit-verify-virl-master/1940/consoleFull - it's using old csit branch > - "CSIT_BRANCH=oper-161017", without ubuntu1604, so pointless. you should > rebase to pick up this commit https://gerrit.fd.io/r/#/c/3553/ that's > updating to latest csit branch oper-161024. > > > -Maciek > > > > On 26 Oct 2016, at 10:06, Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES > at Cisco) <pmi...@cisco.com> wrote: > > > > Looks like it is still testing with oper-161017 not oper-161024. > > > > + CSIT_BRANCH=oper-161017 > > + git clone https://gerrit.fd.io/r/csit --branch oper-161017 > > > > Can you please use the latest one (code rebase)? > > > > Thanks. > > > > *Peter Mikus* > Engineer – Software > > *Cisco Systems Limited* > > > > Planned absence: 28.10., 1.11., 17.11., 9.12., 19.-31.12. > > > > *From:* Pierre Pfister (ppfister) > *Sent:* Wednesday, October 26, 2016 10:52 AM > *To:* Peter Mikus -X (pmikus - PANTHEON TECHNOLOGIES at Cisco) < > pmi...@cisco.com> > *Cc:* Andrew Theurer <atheu...@redhat.com>; Douglas Shakshober < > dsh...@redhat.com>; Damjan Marion (damarion) <damar...@cisco.com>; Bill > Michalowski <bmich...@redhat.com>; vpp-dev <vpp-dev@lists.fd.io>; Rashid > Khan <rk...@redhat.com>; kris...@redhat.com; csit-...@lists.fd.io; Edward > Warnicke <hagb...@gmail.com>; Thomas F Herbert <therb...@redhat.com> > *Subject:* Re: [vpp-dev] updated ovs vs. vpp results for 0.002% and 0% > loss > > > > The recheck failed. > > https://jenkins.fd.io/job/vpp-csit-verify-virl-master/1937/console > > > > Are you sure you updated qemu ? > > > > Thanks, > > > > - Pierre > > > > > > > _______________________________________________ > csit-dev mailing list > csit-...@lists.fd.io > https://lists.fd.io/mailman/listinfo/csit-dev > > > > _______________________________________________ > csit-dev mailing list > csit-...@lists.fd.io > https://lists.fd.io/mailman/listinfo/csit-dev > > > > > > _______________________________________________ > vpp-dev mailing list > vpp-dev@lists.fd.io > https://lists.fd.io/mailman/listinfo/vpp-dev >
_______________________________________________ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev