search for: saeed

Displaying 20 results from an estimated 63 matches for "saeed".

2020 Aug 05
2
[PATCH V4 linux-next 00/12] VDPA support for Mellanox ConnectX devices
...x.git mlx5-next > > > > > > I can only merge this tree if no one else will. Linus does not like > > getting same patches through two trees. > > > > Is this the case? Is mlx5-next going to be merged through > > my tree in this cycle? > > > > Saeed Mahameed from Mellanox (located in California) usuaally sends out > net patches. So he's supposed to send that to Dave Miller. > > I think Saeed should answer this. Let's wait a few more hours till he > wakes up. Alternatives: - merge vdpa through Saeed's tree. I can ack t...
2020 Aug 05
2
[PATCH V4 linux-next 00/12] VDPA support for Mellanox ConnectX devices
...x.git mlx5-next > > > > > > I can only merge this tree if no one else will. Linus does not like > > getting same patches through two trees. > > > > Is this the case? Is mlx5-next going to be merged through > > my tree in this cycle? > > > > Saeed Mahameed from Mellanox (located in California) usuaally sends out > net patches. So he's supposed to send that to Dave Miller. > > I think Saeed should answer this. Let's wait a few more hours till he > wakes up. Alternatives: - merge vdpa through Saeed's tree. I can ack t...
2020 Sep 24
4
[PATCH v3 -next] vdpa: mlx5: change Kconfig depends to fix build errors
...t; While we are here, can anyone who apply this patch delete the "default n" line? >>> It is by default "n". > > I can do that > >>> >>> Thanks >> >> Hmm other drivers select VHOST_IOTLB, why not do the same? v1 used select, but Saeed requested use of depends instead because select can cause problems. > I can't see another driver doing that. Perhaps I can set dependency on > VHOST which by itself depends on VHOST_IOTLB? >> >> >>>> help >>>> Support library for Mellanox VDPA dr...
2020 Sep 24
4
[PATCH v3 -next] vdpa: mlx5: change Kconfig depends to fix build errors
...t; While we are here, can anyone who apply this patch delete the "default n" line? >>> It is by default "n". > > I can do that > >>> >>> Thanks >> >> Hmm other drivers select VHOST_IOTLB, why not do the same? v1 used select, but Saeed requested use of depends instead because select can cause problems. > I can't see another driver doing that. Perhaps I can set dependency on > VHOST which by itself depends on VHOST_IOTLB? >> >> >>>> help >>>> Support library for Mellanox VDPA dr...
2020 Aug 05
0
[PATCH V4 linux-next 00/12] VDPA support for Mellanox ConnectX devices
...can only merge this tree if no one else will. Linus does not > > > like > > > getting same patches through two trees. > > > > > > Is this the case? Is mlx5-next going to be merged through > > > my tree in this cycle? > > > > > > > Saeed Mahameed from Mellanox (located in California) usuaally sends > > out > > net patches. So he's supposed to send that to Dave Miller. > > > > I think Saeed should answer this. Let's wait a few more hours till > > he > > wakes up. > > Alternatives:...
2007 Sep 22
2
Rails + XSLT
hey all, i wanna learn how to use and integrate XSLT with RoR but i don''t find any resources so if any one know any good resources i will be appreciated thanks -- Mohamed Saeed software engineer --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from...
2008 Jun 26
9
find_by_sql + Join + Rails 2
Hello I have write a code to select data from two tables (T1,T2) but the problem is @tables= T1.find_by_sql("select T1.*,T2.* from T1inner join T2on T1.followup_id = T2.id where followups.userid = ''41'' ") THe problem all values that is returned from running only T1 variables,why? Where are T2 variables?? -- Posted via http://www.ruby-forum.com/.
2023 Apr 03
1
[PATCH 0/1] posted interrtups support for mlx5
On 4/3/2023 12:20 PM, Eli Cohen wrote: > Hi, > > the single patch in this series adds support for posted interrupts in > mlx5. > > It depends on the patch series already accpted can be seen here: > https://patchwork.kernel.org/project/netdevbpf/patch/20230324231341.29808-1-saeed at kernel.org/ > > git pull git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git > tags/mlx5-updates-2023-03-20 > > Eli Cohen (1): > vdpa/mlx5: Support interrupt bypassing > > drivers/vdpa/mlx5/net/mlx5_vnet.c | 139 ++++++++++++++++++++++++++++-- > dri...
2023 Apr 03
1
[PATCH 0/1] posted interrtups support for mlx5
...wrote: > > Hi, > > > > the single patch in this series adds support for posted interrupts in > > mlx5. > > > > It depends on the patch series already accpted can be seen here: > > https://patchwork.kernel.org/project/netdevbpf/patch/20230324231341.29808-1-saeed at kernel.org/ > > > > git pull git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux.git > > tags/mlx5-updates-2023-03-20 > > > > Eli Cohen (1): > > vdpa/mlx5: Support interrupt bypassing > > > > drivers/vdpa/mlx5/net/mlx5_vnet.c | 139 +...
2014 Jul 21
1
Hold ,UnHold Via AMI
Hi, I want to write API for doing some actions. I want to write function for hold special call via AMI.But I can not find any action for this purpose. Is there any action for holding special channel? Regards, Mahdieh Saeed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140721/e2903ab6/attachment.html>
2020 Sep 17
1
[PATCH v2 -next] vdpa: mlx5: change Kconfig depends to fix build errors
...39;: mr.c:(.text+0xf1d): undefined reference to `vhost_iotlb_itree_first' Signed-off-by: Randy Dunlap <rdunlap at infradead.org> Cc: "Michael S. Tsirkin" <mst at redhat.com> Cc: Jason Wang <jasowang at redhat.com> Cc: virtualization at lists.linux-foundation.org Cc: Saeed Mahameed <saeedm at nvidia.com> Cc: Leon Romanovsky <leonro at nvidia.com> Cc: netdev at vger.kernel.org --- v2: change from select to depends (Saeed) drivers/vdpa/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- linux-next-20200917.orig/drivers/vdpa/Kconfig +++ l...
2014 Jan 20
1
Read factory0x7f32f4005940 was pretty quick last time, waiting for them
...actory 0x7f32f0016660 was pretty quick last time, waiting for them. --------------------------------------------------------------------------------- mixmonitor app is enable for trying to record channels. we are using asterisk 1.8.20 could you help me what is the problem? Best Regards, Mahdieh Saeed -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140120/a367f226/attachment.html>
2010 Apr 29
2
can not print probabilities in svm of e1071
> x <- train[,c( 2:18, 20:21, 24, 27:31)] > y <- train$out > > svm.pr <- svm(x, y, probability = TRUE, method="C-classification", kernel="radial", cost=bestc, gamma=bestg, cross=10) > > pred <- predict(svm.pr, valid[,c( 2:18, 20:21, 24, 27:31)], decision.values = TRUE, probability = TRUE) > attr(pred, "decision.values")[1:4,]
2019 Feb 09
0
Resource management for ndo_xdp_xmit (Was: [PATCH net] virtio_net: Account for tx bytes and packets on sending xdp_frames)
On Sat, 9 Feb 2019 00:18:31 +0000, Saeed Mahameed wrote: > On Fri, 2019-02-08 at 15:17 -0800, Saeed Mahameed wrote: > > On Thu, 2019-02-07 at 19:08 +0000, Saeed Mahameed wrote: > > > > > > So > > > 1) on dev_map_update_elem() we will call > > > dev->dev->ndo_bpf() to notify the device...
2007 Dec 06
1
R on a multi core unix box
...ple cores. To be able to exploit the multiple cores (on one pc) do I still need to install the rmpi package (or rpvm). Another question, if i run a bayesian simulation on the multiple core after setting them up correctly (using snow), would you think there will be a noticeable speedup gain. Thanks, Saeed --- linux centos 4 dual core processors 32 gb ram R (2.6.0) snow 0.29 [[alternative HTML version deleted]]
2010 Aug 26
1
Importance of levels in a factor variable
...is the best approach to determine which of these levels is the most important to include in building the model, and which ones to discard. Assuming there is a way to do that, is it accurate to only include the important levels and discard the rest for that variable when building the model. Thansk, Saeed --- > sessionInfo() R version 2.10.1 (2009-12-14) x86_64-pc-linux-gnu 32 GB RAM
2009 Dec 30
2
multiple instances of asterisk on same machine
...patches calls to asterisk. I have to use multiple asterisk servers but since for the time being im using 1 machine for testing i want to run different instances of asterisk running on 1 pc listening to different ports. Can someone please guide me how to do this? I'll be very thankful Regards, Saeed Akhtar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091230/62ed40d4/attachment.htm
2010 Jan 01
1
PBX Extension Help
...t; _X.,1,Answer exten => _X.,2,Wait,2 exten => _X.,3,DeadAGI,a2billing.php exten => _X.,4,Wait,2 exten => _X.,5,Hangup [did] ; CallingCard application exten => _X.,1,DeadAGI(a2billing.php|1|did) while a2billing.php is places in <asterisk dir>/agi-bin/a2billing.php Regards, Saeed Akhtar -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100101/3bfdbf50/attachment.htm
2009 Feb 24
2
Syntax in taking log to transfrom the data to fit Gaussian distribution
...factor(pos), family=gaussian(link='identity'), subset=Soil=="Jy") What is wrong with the first syntax. I have seen many scripts that the R users have applied any function (log, -, ...) directly inside the formulation. It will help me to understand the grammar of R. Thank you. Saeed -- View this message in context: http://www.nabble.com/Syntax-in-taking-log-to-transfrom-the-data-to-fit-Gaussian-distribution-tp22179656p22179656.html Sent from the R help mailing list archive at Nabble.com.
2009 Mar 27
1
ROCR package finding maximum accuracy and optimal cutoff point
...average false positive and negative rates? from the following perf.fpr <- performance(pred, "fpr") perf.fnr <- performance(pred, "fnr") The dataset that consists of two columns; score and a binary response, similar to this: 2.5, 0 -1, 0 2, 1 6.3, 1 4.1, 0 3.3, 1 Thanks, Saeed ?--- R 2.8.1 Win XP Pro SP2 ROCR package v1.0-2 e1071 v1.5-19