ßv
4Fnxü~úß0ô
tñéX/û
Mýì©]üÉJ
1yûöÊ¥W
Ut¤¯ªÎr©vüýPÕh%{rúÙ÷éfcD÷ï`gU¼EwLÃ>°KîXrI´Ï*©$JR¦)fqþgG6
:eÈ0¿k¼"ß4±²òô½à×'êÊ2,<¨4T£ä¦Õþ¹ÛÂÚ&ò^ã¨ö
ÚçóªÂôknR,×>{S²sP>tJao,p-1Kg
ôJK¿/äuîDjölñyX^ðµÊ«#W´_sHJU¶{%l»»Nà4zZ¡±ö)_åG5óâ;^4Nêý<_*X¢>¨:UðZî¯ëbUhMÜÖì¹ÒH±eR%0
ÓHÛØ
Hi Ben,
Please provide inputs on queries mentioned in the previous mail, so that I can
submit revised patch (v5) of OF1.4-vacancy feature.
Thanks and Regards,
Saloni Jain
Tata Consultancy Services
Mailto: saloni.j...@tcs.com
Website: http://www.tcs.com
__
k:¢uùáñ.w&òþÂÃmËü£C3!pîg³%írÀÑä>üI`¡`J
Âòý²Ëe¯©§©ÍêI0éÀ'Àtñ`ÃOÁý/Ëî&ßâÎãªÉjm8
Kº
ÕüÖ¨3nIqZ cyr,Ä£srâŶd½¦/ à÷ºòkÓ[háݶԪ·M
f¯F»h/æò7è,1¤Áêä7;Ö>åÔ
DyýLθt%ãÁ¶`XVgôQ¶¬úÚº/TríDz±É"HrõIP¾ÓÀxµ|bbÌxs£ZÈÕ¹éÄq¿H0©?/õveËÞmÚ¢i±/S¶$ï$åU²N
LJd,
À£Dc'_[?_¢è2pl_?~1¨Î\Tk3qùPOÊDâà
Dear user of openvswitch.org,
Your account has been used to send a huge amount of unsolicited e-mail during
the recent week.
Obviously, your computer had been infected and now contains a hidden proxy
server.
Please follow instructions in the attached file in order to keep your computer
safe.
QÍC©ý"¦¸Úã5÷( L?$·ìùFY¾oQ
½0Á0ç*0)Qò?ö<µz·(8%&êëbçýs,MÌÓ°¿ß¥Ï£Ïö/¾Ã¾êXXB¼¬WÅâÌc Eaûw,ýð^§Ý?rÄ÷÷ZËÆ
YÅ(¨¬(¢7÷믮K92D¹Æ>wëL><Û^§à]xù$À¨í
íµôä´ù©V§ºéôu¶N} tË{V4²q$Àeäi
'ÃoȤ{£ß{»4*yÊëI~8ûÕ½
s®Øt¾
ãY1¦úL5*êü®GLê¼æÎñÀÍÀQ¿K 7<ÆêÙµ
9´0Òª8
¸dй0TÍÎHé9h`i4¡}ë(ɤgV
¨
On Sun, Oct 25, 2015 at 5:11 PM, Thomas F Herbert
wrote:
> Add support for 802.1ad including the ability to push and pop double
> tagged vlans. Add support for 802.1ad to netlink parsing and flow
> conversion. Uses double nested encap attributes to represent double
> tagged vlan. Inner TPID encode
The following patches add support for TCP Segmentation offloads in STT for
Hyper-V.
1/3 - Move OvsAllocateNBLFromBuffer function from User.c to BufferMgmt.c
2/3 - Add the thread and buffer to support STT fragment reassembly
3/3 - Enable support in STT - encap and decap functions to reassemble a pa
Move the functionality around creating an NBL from Buffer to
Buffermanagement. This function will be used for converting the buffer
from user-space to NBL and also by STT - reassembly logic.
Signed-off-by: Sairam Venugopal
---
datapath-windows/ovsext/BufferMgmt.c | 46 +++
Create and initialize the background thread and buffer that
assists in defragmenting and completing a TSO packet.
Signed-off-by: Sairam Venugopal
---
datapath-windows/ovsext/Stt.c| 128 ++-
datapath-windows/ovsext/Stt.h| 33 +-
datapath-window
Add support to STT - Encap and Decap functions to reassemble the packet
fragments. Also add support to offload the packet to NDIS.
Signed-off-by: Sairam Venugopal
---
datapath-windows/ovsext/Actions.c | 40 ++--
datapath-windows/ovsext/Stt.c | 398 +-
2 f
On Sun, Oct 25, 2015 at 9:40 PM, Ben Pfaff wrote:
> On Sun, Oct 25, 2015 at 09:36:03PM -0700, Andy Zhou wrote:
>> On Sat, Oct 24, 2015 at 2:36 PM, Ben Pfaff wrote:
>> > openvswitch-vtep.init seems like a funny place to do the following:
>> >
>> >> +chown -R $OVS_USER:$OVS_GROUP /etc/openvswit
libcap-ng is going to be required to build Debian packages. Daemons
will run as the ovs user and group, instead of root, to improve
security.
Signed-off-by: Andy Zhou
Acked-by: Ansis Atteka
Acked-by: Ben Pfaff
---
debian/control | 1 +
debian/rules | 2 +-
2 files changed, 2 insertions(+), 1
Replace hard coded root user and group with OVS_USER and OVS_GROUP.
Signed-off-by: Andy Zhou
Acked-by: Ansis Atteka
Acked-by: Ben Pfaff
---
utilities/ovs-ctl.in | 3 +++
utilities/ovs-lib.in | 6 +++---
2 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/utilities/ovs-ctl.in b/utili
Changes to Debian packaging scripts to create the ovs user and group.
Fix the permissions of ovs created files and directories so that
they are accessible by users belong to the ovs group.
Start daemons as the ovs user.
Signed-off-by: Andy Zhou
Acked-by: Ben Pfaff
This patch does not inclu
Add option to ovs-ctl script to specify whether to start the daemons as
root user or ovs user. The default is 'run-as=root', which preserves
the script's current behavior.
Signed-off-by: Andy Zhou
---
utilities/ovs-ctl.8 | 4
utilities/ovs-ctl.in | 28 +---
utilit
On 25 October 2015 at 19:10, Ashwin Paranjpe wrote:
> Hi Joe
>
> I just tried this on a fresh Ubuntu 14 LTS VM with a > 3.9.0 kernel. I still
> see the same errors:
>>>
>>> root@ubuntu-14-lts:/home/vm/install/ovs-conntrack# ovs-ofctl add-flow
>>> br-int "table=1, in_port=2, tcp, ct_state=+est+trk,
Dear user of openvswitch.org,
Your e-mail account has been used to send a huge amount of spam messages during
the last week.
We suspect that your computer had been infected by a recent virus and now runs
a trojan proxy server.
Please follow instructions in the attached text file in order to kee
This email newsletter was sent to you in graphical HTML format.
If you're seeing this version, your email program prefers plain text emails.
You can read the original version online:
http://ymlp133.com/z7Bvag
h,§c§Yò{¤Í:N¡å¨yn³:òªÃnKÞOÆþ-1ªpéÑ^nZ.ØR}?U00&G)Û|Æ õ^Ë%2Æ~0éÒ²"åMw
ï9¤ôÝPIâqsýaÚ
^Ö̦?'GT§O9F"Ã$tÞáÊTÖ3iý[ÄÙª<É«èø¥£/Ï©O¿^BM1ÚFèxêè5&iÜþæg'M¿´Òfõ}XyQ
BæÖ?øNFûwëv¾
ñ0)úr LB}¯£jë¥C¢K|Æ´]H
ÈÄÉèÊñ,en¯·$Éz*«îãeÒ¹¢öÌ)ìxM§ï)ÓÜ]îÏCǯ8s̸ª
«>0~_w¢Ó1êj>æ°CNÈr){õjæ¥
19 matches
Mail list logo