search for: tencent

Displaying 20 results from an estimated 40 matches for "tencent".

2018 Apr 08
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
From: haibinzhang(???) <haibinzhang at tencent.com> Date: Fri, 6 Apr 2018 08:22:37 +0000 > handle_tx will delay rx for tens or even hundreds of milliseconds when tx busy > polling udp packets with small length(e.g. 1byte udp payload), because setting > VHOST_NET_WEIGHT takes into account only sent-bytes but no single packet length....
2018 Apr 09
0
[PATCH RESEND v2] vhost-net: set packet weight of tx polling to 2 * vq size
From: haibinzhang(???) <haibinzhang at tencent.com> Date: Mon, 9 Apr 2018 07:22:17 +0000 > handle_tx will delay rx for tens or even hundreds of milliseconds when tx busy > polling udp packets with small length(e.g. 1byte udp payload), because setting > VHOST_NET_WEIGHT takes into account only sent-bytes but no single packet length....
2018 Apr 03
0
[PATCH] vhost-net: add limitation of sent packets for tx polling
...8/ +8%/ +5% > 2048/ 1/ +2%/ +2% > 2048/ 4/ +1%/ 0% > 2048/ 8/ -2%/ 0% > 4096/ 1/ -2%/ 0% > 4096/ 4/ +2%/ 0% > 4096/ 8/ +9%/ -2% > > Signed-off-by: Haibin Zhang <haibinzhang at tencent.com> > Signed-off-by: Yunfang Tai <yunfangtai at tencent.com> > Signed-off-by: Lidong Chen <lidongchen at tencent.com> > --- > drivers/vhost/net.c | 8 +++++++- > 1 file changed, 7 insertions(+), 1 deletion(-) > > diff --git a/drivers/vhost/net.c b/drivers/vhos...
2020 Aug 18
4
Adopting a third-party JSON library
...- Likely compile times regression as many JSON libs are header-only. - Risk of introducing bugs and breakages across LLVM. As far as I can tell, these are the most popular C++ JSON libs: * https://github.com/nlohmann/json * https://github.com/open-source-parsers/jsoncpp * https://github.com/Tencent/rapidjson I'm trying to understand if this is something I should work on and whether or not it would benefit the project. Filippo Costa
2018 Apr 09
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
...8/ 8/ 5%/ -1% > 4096/ 1/ -2%/ 0% 4096/ 1/ -2%/ 0% > 4096/ 4/ +2%/ 0% 4096/ 4/ 0%/ 0% > 4096/ 8/ +9%/ -2% 4096/ 8/ -5%/ -1% > > Signed-off-by: Haibin Zhang <haibinzhang at tencent.com> > Signed-off-by: Yunfang Tai <yunfangtai at tencent.com> > Signed-off-by: Lidong Chen <lidongchen at tencent.com> Code is fine but I'd like to see validation of the heuristic 2*vq->num with another vq size. > --- > drivers/vhost/net.c | 8 +++++++- > 1...
2019 Apr 23
1
[PATCH] virtio/virtio_ring: do some comment fixes
There are lots of mismatches between comments and codes, this patch do these comment fixes. Signed-off-by: Jiang Biao <benbjiang at tencent.com> --- drivers/virtio/virtio_ring.c | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/drivers/virtio/virtio_ring.c b/drivers/virtio/virtio_ring.c index 5df92c308286..3794c7666a99 100644 --- a/drivers/virtio/virtio_ring.c +++ b/drivers/virtio/vir...
2018 Apr 03
0
[PATCH] vhost-net: add limitation of sent packets for tx polling
...gt;> 2048/ 4/ +1%/ 0% > >> 2048/ 8/ -2%/ 0% > >> 4096/ 1/ -2%/ 0% > >> 4096/ 4/ +2%/ 0% > >> 4096/ 8/ +9%/ -2% > >> > >> Signed-off-by: Haibin Zhang <haibinzhang at tencent.com> > >> Signed-off-by: Yunfang Tai <yunfangtai at tencent.com> > >> Signed-off-by: Lidong Chen <lidongchen at tencent.com> > >> --- > >> drivers/vhost/net.c | 8 +++++++- > >> 1 file changed, 7 insertions(+), 1 deletion(-) > >>...
2018 Apr 09
0
[PATCH] vhost-net: set packet weight of tx polling to 2 * vq size
...1/ -2%/ 0% 4096/ 1/ -2%/ 0% > > > 4096/ 4/ +2%/ 0% 4096/ 4/ 0%/ 0% > > > 4096/ 8/ +9%/ -2% 4096/ 8/ -5%/ -1% > > > > > > Signed-off-by: Haibin Zhang <haibinzhang at tencent.com> > > > Signed-off-by: Yunfang Tai <yunfangtai at tencent.com> > > > Signed-off-by: Lidong Chen <lidongchen at tencent.com> > > > > Code is fine but I'd like to see validation of the heuristic > > 2*vq->num with another vq size. > >...
2008 Nov 11
2
play file from url
I would like to do something like: exten => s,1,playback(http://my.server.com/file.wav) I tested and it does not work. It seems highly likely that someone would already have done this one way or another. I know I could do a system wget and then play the local file, but wanted something a bit more elegant. Thanks, Mike Clark
2012 Nov 06
1
[PATCH] xen/events: xen/events: fix RCU warning
...;] ? start_kernel+0x3db/0x3e8 [ 2.515081] [<ffffffff8252066a>] ? repair_env_string+0x5a/0x5a [ 2.515141] [<ffffffff82520356>] ? x86_64_start_reservations+0x131/0x135 [ 2.515202] [<ffffffff82524aca>] ? xen_start_kernel+0x465/0x46 Signed-off-by: Mojiong Qiu <mjqiu at tencent.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com> Cc: Jeremy Fitzhardinge <jeremy at goop.org> Cc: xen-devel at lists.xensource.com Cc: virtualization at lists.linux-foundation.org Cc: linux-kernel at vger.kernel.org Cc: stable at kernel.org (at least to 3.0.y) --- drivers/...
2012 Nov 06
1
[PATCH] xen/events: xen/events: fix RCU warning
...;] ? start_kernel+0x3db/0x3e8 [ 2.515081] [<ffffffff8252066a>] ? repair_env_string+0x5a/0x5a [ 2.515141] [<ffffffff82520356>] ? x86_64_start_reservations+0x131/0x135 [ 2.515202] [<ffffffff82524aca>] ? xen_start_kernel+0x465/0x46 Signed-off-by: Mojiong Qiu <mjqiu at tencent.com> Cc: Konrad Rzeszutek Wilk <konrad.wilk at oracle.com> Cc: Jeremy Fitzhardinge <jeremy at goop.org> Cc: xen-devel at lists.xensource.com Cc: virtualization at lists.linux-foundation.org Cc: linux-kernel at vger.kernel.org Cc: stable at kernel.org (at least to 3.0.y) --- drivers/...
2018 Mar 27
0
[PATCH] vhost-net: add time limitation for tx polling
...he busy loop if it found one. So I believe something block the work queuing. E.g did reverting 8241a1e466cd56e6c10472cac9c1ad4e54bc65db fix the issue? > It's not fair for handle_rx(), > so needs to limit max time of tx polling. > > Signed-off-by: Haibin Zhang <haibinzhang at tencent.com> > --- > drivers/vhost/net.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/vhost/net.c b/drivers/vhost/net.c > index 8139bc70ad7d..dc9218a3a75b 100644 > --- a/drivers/vhost/net.c > +++ b/drivers/vhost/net.c > @@ -473,6 +473,7...
2021 Jun 21
0
CVE-2021-29157: oauth2 JWT local validation path traversal
...managesieve Report confidence: Confirmed Solution status: Fixed by Vendor Fixed version: 2.3.14.1 Vendor notification: 2021-03-22 Solution date: 2021-04-14 Public disclosure: 2021-06-21 CVE reference: CVE-2021-29157 CVSS: 6.7 (CVSS3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N) Researcher credit: Kirin of Tencent Security Xuanwu Lab Vulnerability Details: Dovecot does not correctly escape kid and azp fields in JWT tokens. This may be used to supply attacker controlled keys to validate tokens in some configurations. This requires attacker to be able to write files to local disk. Risk: Local attacker can...
2021 Jun 21
0
CVE-2021-29157: oauth2 JWT local validation path traversal
...managesieve Report confidence: Confirmed Solution status: Fixed by Vendor Fixed version: 2.3.14.1 Vendor notification: 2021-03-22 Solution date: 2021-04-14 Public disclosure: 2021-06-21 CVE reference: CVE-2021-29157 CVSS: 6.7 (CVSS3.1/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N) Researcher credit: Kirin of Tencent Security Xuanwu Lab Vulnerability Details: Dovecot does not correctly escape kid and azp fields in JWT tokens. This may be used to supply attacker controlled keys to validate tokens in some configurations. This requires attacker to be able to write files to local disk. Risk: Local attacker can...
2009 Jun 30
1
MeetMe not prompting for PIN
Hello, all. I must be brain cramping badly on our Asterisk 1.6.1.1 installation. Our MeetMe macros are working fine except they do not prompt for a PIN. So I made a very simple conference room: exten => 7777,1,MeetMe(123456,cMaAsx,123456) Shouldn't this prompt the user who dials 7777 to enter a PIN before entering the conference room whether or not a PIN is defined in meetme.conf? I
2010 Jul 01
0
Modified version of Linux Deepin 9.12.1 released
...nal software repository Evermore Office (with Office2003 documents better mbt shoes clearance (http://www.keepbrands.com/) compatibility) Updated wine to support the free version of MS Office 2010 Provide audio and video support QQ Updated wine to support the depth of a single file version of Tencent QQ Provides Pinyin input method ibus-sunpinyin Optional in the software repository ibus-sunpinyin input in order to achieve a sentence similar Sogou Pinyin Input Improve the compatibility of Ubuntu Gnome Some like to search for Ubuntu users to explore the article to adjust the system, howev...
2019 Mar 21
3
imap ---- LIST "" * The returned mailbox does not display quotes
Yes, Foxmail for mac client, after dovecot upgrade from 2.1.17 to new version, imap can't receive any email, I perform packet capture test, foxmail will not have next step after sending {LIST "" *} command action. Foxmail for mac client, dovecot version 2.1.17 can receive imap mail normally, because we need to add quota_max_mail_size configuration, we must upgrade to a higher
2009 Jul 22
4
A reason TO run Asterisk as root
I finally found a reason TO run Asterisk as root. By default, ext[23] file systems "reserve" 5% of the filesystem for root. Thus, you may get some warning when everything non-root starts failing and give you a chance to free up some space before Asterisk is affected. -- Thanks in advance, ------------------------------------------------------------------------- Steve Edwards
2011 Mar 28
1
my gsoc application
...liday jobs, etc)? A: Operating System,Preliminary Linux,Data structure,etc. What development platforms, tools and methods do you prefer to use? A: vs in windows and vim in linux. Have you previously been responsible (as an employee/volunteer/student/etc) for a project of a similar size? A:Tencent Summer Internship?2010.8-2010-10?** During this period I'm intern in the test development team, responsible for the development of a resource management system, development language is php + mysql + js, using the framework cakephp.It's my first web project, From the simple to use Html , to...
2015 Dec 12
0
Wine release 1.8-rc4
...ntrolSet\\Services\\Eventlog\\System' registry key 17501 Cockpit Crash hangs 17814 HLMV from Source SDK crashes while starting 18964 BioEdit: Minimized windows icons become garbaged 19041 WinNER5 database client crashes on startup 23377 Buried in Time demo does not start 31817 Tencent RTX Client 2010 installer fails to register Shell extension handler 'RTXShlMenu.dll' (missing 'HKCR\\*\\shellex\\ContextMenuHandlers' and 'HKCR\\folder\shellex\ContextMenuHandlers' registry keys) 31862 "The Network" demo fails to start without native d3dx9 323...