[ovs-dev] [PATCH ovn v3 0/2] northd: Improve pause, resume and status

2019-11-23 Thread Frode Nordahl
At present when the ``pause`` command is issued any lock the ``ovn-northd`` process holds on the SB DB will be kept. To be able to change this behaviour the tests surrounding pause and resume must be changed, thus I provide the proposed change as a series to demonstrate that the changed tests work

[ovs-dev] [PATCH ovn v3 1/2] northd: Amend ovn-northd pause resume test

2019-11-23 Thread Frode Nordahl
The current pause and resume tests rely on that ``ovn-northd`` will hold on to the lock while paused. Update the test to pause both ``ovn-northd`` instances so we may change this behaviour. Replace references to ``ovs-appctl`` with ``ovn-appctl``. Signed-off-by: Frode Nordahl --- tests/ovn-nor

[ovs-dev] [PATCH ovn v3 2/2] northd: Improve handling of pause and resume

2019-11-23 Thread Frode Nordahl
Move ``had_lock`` and ``paused`` state variables to new ``struct northd_state`` and pass the state struct to command handlers. On pause release the OVSDB lock on SB DB. Re-instate aspiration for lock on resume. Status command will now provide accurate information for 'active', 'paused', and 'sta

Re: [ovs-dev] [PATCH ovn v3 2/2] northd: Improve handling of pause and resume

2019-11-23 Thread 0-day Robot
Bleep bloop. Greetings Frode Nordahl, I am a robot and I have tried out your patch. Thanks for your contribution. I encountered some error that I wasn't expecting. See the details below. git-am: fatal: sha1 information is lacking or useless (tests/ovn-northd.at). Repository lacks necessary bl

Re: [ovs-dev] [PATCH ovn v3 2/2] northd: Improve handling of pause and resume

2019-11-23 Thread Frode Nordahl
As before, I believe the bot is in error here, it appears to apply the patches in the reverse order. When I look at the mailing list archive, the patches appear in reverse order there too, so it may be something about how I submit them. In any case, the blobs apply just fine, so I would like to re

[ovs-dev] Proposal

2019-11-23 Thread Peterside James via dev
Hello, I am writing you to solicit your co-operation and partnership  in a business that would benefit us. I want to name you as the beneficiary to my late client's estates who died during a summer vacation in the Middle East. I shall offer you 50 percent for your co-operation; and you will be

[ovs-dev] ovs-dpdk zero-copy rx/tx support between physical nic and vhost user

2019-11-23 Thread William Tu
Hi Ciara and Ian, I'm checking the zero-copy support on both rx/tx side when using ovs-dpdk with vhostuser and dpdkport. Assuming PVP, IIUC[1,2], the rx (P to V) does not have zero-copy and the V to P has zero copy support by enabling dq-zero-copy. Am I understanding this correctly? Thank you! W